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


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