ControlType.ComboBox 欄位

定義

識別下拉式方塊控制項。

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

欄位值

備註

下拉式方塊控制項有兩種變化。 簡單的下拉式方塊會顯示使用者可以從中選取的清單。 可編輯的下拉式方塊會顯示選項清單,而且也有可編輯的文字區域,使用者可以在其中輸入選擇,而不限於從清單中的選項進行選取。

適用於

另請參閱