Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / Parent Property


In This Topic
Parent Property (SpreadNotesContainer)
In This Topic
Gets or sets the parent control.
Syntax
'Declaration
 
Public Overrides Property Parent As Control
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim value As Control
 
instance.Parent = value
 
value = instance.Parent
See Also