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


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