FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FourWayArrowShape Class / Parent Property


In This Topic
Parent Property (FourWayArrowShape)
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overridable Property Parent As Control
 
'Usage
 
Dim instance As FourWayArrowShape
Dim value As Control
 
instance.Parent = value
 
value = instance.Parent
See Also