'Declaration
Public Enum ButtonLookFlags Inherits System.Enum
public enum ButtonLookFlags : System.Enum
The members of this enumeration can be combined using the bitwise OR operation.
'Declaration
Public Enum ButtonLookFlags Inherits System.Enum
public enum ButtonLookFlags : System.Enum
Member | Description |
---|---|
Control | Show only child control. C1CommandLink border and background will not drawn. |
Default | Use the default value for the toolbar. |
Image | Show button image. |
Text | Show button text. |
TextAndImage | Show button text and image. |
System.Object
System.ValueType
System.Enum
C1.Win.Command.ButtonLookFlags