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