Gets or sets a value indicating the dialog box's activation state. It can be activated, deactivated or disabled.

Syntax

public ActivationState ActivationState { get; set; }
Public Property ActivationState() As ActivationState

Members

Member Description
Activated The dialog box is activated, which means that it has the keyboard input focus.
Deactivated The dialog box is deactivated, which means that it does not have the keyboard input focus.
Disabled The dialog box is disabled, which means that it cannot get the keyboard input focus.