FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / GetControl Method


In This Topic
GetControl Method (MultiSideShape)
In This Topic
Gets the Control object if the element is derived from the ElementWindowless class.
Syntax
'Declaration
 
Public Overridable Function GetControl() As Object
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Object
 
value = instance.GetControl()

Return Value

Null if ElementControl derived
See Also