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


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