ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / StateElementStyle Class / Parent Property

In This Topic
    Parent Property (StateElementStyle)
    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 C1.Win.Themes.StyledPropertyCollection
    protected virtual C1.Win.Themes.StyledPropertyCollection Parent {get;}
    See Also