Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SymbolButton Class / Parent Property


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