Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / SwitchBaseStyle<T> Class / OnState Property

In This Topic
    OnState Property (SwitchBaseStyle<T>)
    In This Topic
    Gets the style containing display attributes that determine the general appearance of the element in the On state.
    Syntax
    'Declaration
     
    
    Public Property OnState As T
    public T OnState {get; set;}
    See Also