AuthenticToolbarRowAlignment
Deklaration: Alignment(nAlign als SPYAuthenticToolbarAllignment)
Beschreibung
Liefert oder setzt die Anordnung der Symbolleiste im Plug-In.
Beispiel
Anordnen aller Symbolleisten am unteren Rand:
for each ToolbarRow in objPlugin.ToolbarRows
ToolbarRow.Alignment = 2
next