Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBase Class / Parent Property


In This Topic
Parent Property (SideButtonBase)
In This Topic
Gets the control object that owns this SideButton.
Syntax
'Declaration
 
Public ReadOnly Property Parent As Control
 
'Usage
 
Dim instance As SideButtonBase
Dim value As Control
 
value = instance.Parent
See Also