Übersichten

Callback-Methoden für das Menüband

Tabelle 16.1 Syntax für die Callback-Methoden

Callback

VBA-Callback-Routine

getDescription

Sub cbGetDescription(control As IRibbonControl, ByRef description)

getEnabled

Sub cbGetEnabled(control As IRibbonControl, ByRef enabled)

getImage

Sub cbGetImage(control As IRibbonControl, ByRef image)

getImageMso

Sub cbGetImageMso(control As IRibbonControl, ByRef imageMso)

getLabel

Sub cbGetLabel(control As IRibbonControl, ByRef label)

getKeytip

Sub cbGetKeytip(control As IRibbonControl, ByRef label)

getSize

Sub cbGetSize(control As IRibbonControl, ByRef size)

getScreentip

Sub cbGetScreentip(control As IRibbonControl, ByRef screentip)

getSupertip

Sub cbGetSupertip(control As IRibbonControl, ByRef screentip)

getVisible

Sub cbGetVisible(control ...

Get Microsoft Access 2013 Programmierung - Das Handbuch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.