Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl 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 ElementContainerControl
Dim eState As ElementState
 
instance.SetState(eState)

Parameters

eState
State of the control
See Also