Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / SetState(ElementState) Method
State of the control


In This Topic
    SetState(ElementState) Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetState( _
       ByVal eState As ElementState _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim eState As ElementState
     
    instance.SetState(eState)
    public virtual void SetState( 
       ElementState eState
    )

    Parameters

    eState
    State of the control
    See Also