[]
        
(Showing Draft Content)

C1.Win.Command.ButtonLayoutEnum

ButtonLayoutEnum Enum

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.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public enum ButtonLayoutEnum

Fields

Name Description
TextAbove

Text is above the image.

TextBelow

Text is below the image.

TextOnLeft

Text is on the left of the image.

TextOnRight

Text is on the right of the image.