ControlType.Button フィールド

定義

ボタン コントロールを識別します。

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

フィールド値

注釈

ボタンは、クリックすると 1 つのアクションを実行します。

ボタンは、スタンドアロン コントロールとして、または別のコントロールの種類のサブコントロールとして使用できます。 たとえば、コンボ ボックス コントロールのドロップダウン矢印はボタンです。 サブコントロールとして使用する場合、ボタンは (コンテンツ ビューではなく) UI オートメーション ツリーのコントロール ビューにあります。

適用対象

こちらもご覧ください