ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / ButtonLookFlags Enumeration

In This Topic
    ButtonLookFlags Enumeration
    In This Topic
    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

    scrap%

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also

    Reference

    C1.Win.C1Command Namespace