ControlType.Edit 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別編輯控制項,例如文字方塊。
public: static initonly System::Windows::Automation::ControlType ^ Edit;
public static readonly System.Windows.Automation.ControlType Edit;
staticval mutable Edit : System.Windows.Automation.ControlType
Public Shared ReadOnly Edit As ControlType
欄位值
備註
Edit控制項可以當做獨立控制項或另一個控制項類型的子控制項使用。 例如,使用者可以在下拉式方塊控制項中輸入值的區域是 Edit 控制項,在此情況下,控制項不是內容檢視的一部分。
Edit 控制項也可以代表包含密碼的控制項。 屬性 IsPassword 可讓螢幕助讀程式等產品知道是否要顯示內容。