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 (in ShellBrowser.dll) Version: 7.0
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