Language

TextBoxInstance.ToggleState プロパティ

定義

TextBox上のトグルイメージの現在の状態を取得します。

public:
 property bool ToggleState { bool get(); };
public bool ToggleState { get; }
member this.ToggleState : bool
Public ReadOnly Property ToggleState As Boolean

プロパティ値

true 画像がオンにされた場合;それ以外は false。

適用対象