Input for WinForms | ComponentOne
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 StyledPropertyCollection
    protected virtual StyledPropertyCollection Parent {get;}
    See Also