Sie sind hier: Startseite > Access - Ribbons > Ribbon XML / Controls > DialogBox Launcher
DialogBox Launcher
Die dazugehörige XML Ribbon Datei:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="false">
<tabs>
<tab id="MyTab" label="Meine Tab">
<group id="MyGroup" label="Meine Gruppe">
<labelControl id="myLabel1" label="Beispiel Erweiterungsbutton" />
<labelControl id="myLabel2" label="in Gruppe" />
<dialogBoxLauncher>
<button id="myLauncher1" screentip="Mein Screentip"
supertip= "Mein Supertip"
onAction="MyButtonDBLCallbackOnAction" />
</dialogBoxLauncher>
</group>
</tab>
</tabs>
</ribbon>
</customUI>
Der DialogBoxLauncher darf in einer Gruppe nur einmal vorkommen, er enthält ein <button> Control.
Er muß als Abschlusselement in Gruppe stehen.
Attribute: (keine)
Callbacks: (keine)
Sie finden dieses Beispiel auch in der Beispieldatenbank 1

