Click or drag to resize

Win32ToolBarTextAlign Property

Gets or sets the alignment of text in relation to each image displayed on the toolbar button controls.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ToolBarTextAlign TextAlign { get; set; }

Return Value

Type: ToolBarTextAlign
One of the ToolBarTextAlign values. The default is ToolBarTextAlign.Underneath.
Exceptions
ExceptionCondition
InvalidEnumArgumentExceptionThe assigned value is not one of the ToolBarTextAlign values.
See Also