TextBoxInstance.ToggleState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.