ComponentOne Menus and Toolbars for WinForms
ButtonLookFlags Enumeration

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : ButtonLookFlags Enumeration
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.

Syntax
'Declaration
 
Public Enum ButtonLookFlags 
   Inherits System.Enum
public enum ButtonLookFlags : System.Enum 
Members
MemberDescription
ControlShow only child control. C1CommandLink border and background will not drawn.
DefaultUse the default value for the toolbar.
ImageShow button image.
TextShow button text.
TextAndImageShow button text and image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Command.ButtonLookFlags

See Also

Reference

C1.Win.C1Command Namespace