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.1
Syntax public ToolBarTextAlign TextAlign { get; set; }
Public Property TextAlign As ToolBarTextAlign
Get
Set
public:
property ToolBarTextAlign TextAlign {
ToolBarTextAlign get ();
void set (ToolBarTextAlign value);
}
member TextAlign : ToolBarTextAlign with get, set
Return Value
Type:
ToolBarTextAlignOne of the
ToolBarTextAlign values. The default is
ToolBarTextAlign.Underneath.
Exceptions See Also