[]
Use the members of this enumeration to set the values of ButtonLook, ButtonLookHorz, and ButtonLookVert properties of the C1CommandLink class.
The members of this enumeration can be combined using the bitwise OR operation.
[Flags]
public enum ButtonLookFlags
Name | 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. |