ControlType.Text フィールド

定義

テキスト ボックスやリッチ テキスト ボックスなどの編集コントロールを識別します。

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

フィールド値

注釈

Text コントロールは、Edit コントロールなどのスタンドアロン コントロールとして、またはユーザーが値を入力できるComboBoxの領域などのサブコンポーネントとして使用できます。

適用対象

こちらもご覧ください