Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / ToggleState Method


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