Spread Windows Forms 17
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
    public Control Parent {get;}
    See Also