Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleInfo Class / Parent Property


In This Topic
    Parent Property (AppearanceStyleInfo)
    In This Topic
    Gets or sets the name of the parent (NamedStyle object) of the style.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Parent As String
    'Usage
     
    
    Dim instance As AppearanceStyleInfo
    Dim value As String
     
    value = instance.Parent
    public override string Parent {get;}
    See Also