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
Public Enumeration ToolBarTextAlign
public enum class ToolBarTextAlign
Members
| Member name | Value | Description |
---|
| Underneath | 0 | The text is aligned underneath the toolbar button image. |
| Right | 1 | The text is aligned to the right of the toolbar button image. |
See Also