FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / SetState Method
Enumerated state in which to place the element


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

Parameters

eState
Enumerated state in which to place the element
See Also