[]
        
(Showing Draft Content)

C1.Win.Command.ButtonLookFlags

ButtonLookFlags Enum

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.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
[Flags]
public enum ButtonLookFlags

Fields

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.