InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1Themes Namespace / BaseTheme Class / Parent Property

In This Topic
    Parent Property (BaseTheme)
    In This Topic
    Gets the parent collection. If some properties are reset or not initialized, the collection will search for them from the parent.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property Parent As StyledPropertyCollection
    protected virtual StyledPropertyCollection Parent {get;}
    See Also