Click or drag to resize

ToolBarTextAlign Enumeration

Specifies the alignment of text on the toolbar button control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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