C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / ButtonLayoutEnum Enumeration

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
 
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