ControlType.Document Field

Definition

Identifies a document control.

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

Field Value

Remarks

A document contains text content of more than one line.

Applies to

See also