ControlType.Window Field

Definition

Identifies a window frame, which contains child objects.

public: static initonly System::Windows::Automation::ControlType ^ Window;
public static readonly System.Windows.Automation.ControlType Window;
 staticval mutable Window : System.Windows.Automation.ControlType
Public Shared ReadOnly Window As ControlType 

Field Value

Remarks

Controls of this type always support WindowPattern.

Applies to

See also