Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ToggleState Method


In This Topic
    ToggleState Method (ElementWindowless)
    In This Topic
    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