Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / SetState Method
Enumerated state in which to place the element


In This Topic
    SetState Method (ElementWindowless)
    In This Topic
    Sets the state of the element.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetState( _
       ByVal eState As ElementState _
    ) 
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim eState As ElementState
     
    instance.SetState(eState)
    public virtual void SetState( 
       ElementState eState
    )

    Parameters

    eState
    Enumerated state in which to place the element
    See Also