TextBoxInstance.ToggleState Property

Definition

Gets the current state of the toggle image on the TextBox.

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

Property Value

true if the image is toggled on; otherwise, false.

Applies to