ControlType.Text 欄位

定義

識別編輯控制項,例如文字方塊或 Rich Text 方塊。

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

欄位值

備註

Text控制項可以做為獨立控制項,例如 Edit 控制項或子元件,例如使用者可以輸入值的 區域 ComboBox

適用於

另請參閱