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


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

Parameters

eState
Enumerated state in which to place the element
See Also