ComponentOne Menus and Toolbars for WinForms
ButtonLayoutEnum Enumeration

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

See Also

Reference

C1.Win.C1Command Namespace