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

In This Topic
    ButtonLayoutEnum Enumeration
    In This Topic
    Specifies the relative location of text and image on toolbar buttons.

    Use members of this enumeration to set the ButtonLayoutHorz and ButtonLayoutVert properties of C1Toolbar.

    Syntax
    'Declaration
     
    Public Enum ButtonLayoutEnum 
       Inherits System.Enum
    public enum ButtonLayoutEnum : System.Enum 
    Members
    MemberDescription
    TextAboveText is above the image.
    TextBelowText is below the image.
    TextOnLeftText is on the left of the image.
    TextOnRightText is on the right of the image.
    Inheritance Hierarchy

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

    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