AutomationElement.AutomationElementInformation.ControlType プロパティ

定義

要素の ControlType を取得します。

public:
 property System::Windows::Automation::ControlType ^ ControlType { System::Windows::Automation::ControlType ^ get(); };
public System.Windows.Automation.ControlType ControlType { get; }
member this.ControlType : System.Windows.Automation.ControlType
Public ReadOnly Property ControlType As ControlType

プロパティ値

この要素の相互作用モデル。 既定値は Custom です。

注釈

コントロール型は、ローカライズされたコントロール型や複雑なロジック ルールの組み合わせに依存することなく、任意の UI オートメーション要素の既知の相互作用モデルを記述します。

このプロパティが実行時に変更される可能性がある唯一のケースは、 をサポートするコントロールの場合です MultipleViewPattern。 たとえば、Win32 ListView コントロールは、現在のビューに応じて から DataGridList変更できます。

詳細については、「ControlTypeProperty」を参照してください。

適用対象

こちらもご覧ください