Docking Tab for WinForms | ComponentOne
C1.Win.Command 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.Command.ButtonLayoutEnum

    See Also