Spread Windows Forms 12.0 Product Documentation
ToggleState Method (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : ToggleState Method
Toggles the state of the element.
Syntax
'Declaration
 
Public Overridable Sub ToggleState() 
'Usage
 
Dim instance As ElementWindowless
 
instance.ToggleState()
public virtual void ToggleState()
Remarks

To return the current control state, use the State property.

Note: Some controls do not change their appearance when their state changes.
See Also

Reference

ElementWindowless Class
ElementWindowless Members
ElementState Enumeration
State Property