Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / ToggleState Method


In This Topic
    ToggleState Method (ElementControl)
    In This Topic
    Toggles the state of the control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ToggleState() 
    'Usage
     
    
    Dim instance As ElementControl
     
    instance.ToggleState()
    public virtual void ToggleState()
    See Also