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 

フィールド値

注釈

コンボ ボックス コントロールには 2 つのバリエーションがあります。 単純なコンボ ボックスには、ユーザーが選択できるリストが表示されます。 編集可能なコンボ ボックスには選択肢の一覧が表示され、リスト内の選択肢からの選択に限定されるのではなく、ユーザーが選択肢を入力できる編集可能なテキスト領域もあります。

適用対象

こちらもご覧ください