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


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