C1.Win.Input Namespace / ButtonType Enumeration

ButtonType Enumeration
Specifies the type of button style.
Syntax
'Declaration
 
Public Enum ButtonType 
   Inherits System.Enum
 
Members
MemberDescription
AccentThe Accent button communicates strong emphasis and is reserved for actions that are essential to an experience. Don’t use more than 3 accent buttons in the same view.
DefaultThe Default button is for medium emphasis. Use it in place of a call to action button when the action requires less prominence, or if there are multiple primary actions of the same importance in the same view.
SubtleThe Subtle button is for low emphasis. It’s paired with other button types to surface less prominent actions, and should never be the only button in a group.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Input.ButtonType

See Also