ToggleButtonAutomationPeer.ToggleState プロパティ

定義

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

public:
 property ToggleState ToggleState { ToggleState get(); };
ToggleState ToggleState();
public ToggleState ToggleState { get; }
var toggleState = toggleButtonAutomationPeer.toggleState;
Public ReadOnly Property ToggleState As ToggleState

プロパティ値

コントロールのトグル状態。

実装

適用対象