DomainUpDown.DomainItemAccessibleObject.State プロパティ

定義

RadioButton コントロールの状態を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual property System::Windows::Forms::AccessibleStates State { System::Windows::Forms::AccessibleStates get(); };
public override System.Windows.Forms.AccessibleStates State { get; }
member this.State : System.Windows.Forms.AccessibleStates
Public Overrides ReadOnly Property State As AccessibleStates

プロパティ値

Checked プロパティが true に設定されている場合は、Checked を返します。

適用対象