AuthenticToolbarRowAlignment
Declaration: Alignment(nAlign as SPYAuthenticToolbarAllignment)
Description
Get or sets the alignment of the toolbar in the plug-in.
Example
Align all toolbars to the bottom:
for each ToolbarRow in objPlugin.ToolbarRows
ToolbarRow.Alignment = 2
next