ControlType.Text 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別編輯控制項,例如文字方塊或 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 。