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


In This Topic
GetControl Method (CalloutArrowShape)
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 CalloutArrowShape
Dim value As Object
 
value = instance.GetControl()

Return Value

Null if ElementControl derived
See Also