Click or drag to resize

ToolBarTextAlign Enumeration

Specifies the alignment of text on the toolbar button control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public enum ToolBarTextAlign
Members
  Member nameValueDescription
Underneath0The text is aligned underneath the toolbar button image.
Right1The text is aligned to the right of the toolbar button image.
See Also