Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ButtonStyles Class / Subtle Property

In This Topic
    Subtle Property
    In This Topic
    Gets a style containing display attributes that determine the overall appearance of the C1.Win.Input.C1Button when the C1.Win.Input.C1Button.ButtonType property has the C1.Win.Input.ButtonType.Subtle value.
    Syntax
    'Declaration
     
    
    Public Property Subtle As ButtonStyle
    public ButtonStyle Subtle {get; set;}
    See Also