Kapitel 15: Anwendungsdesign
Übersichten
Callback-Methoden für die Multifunktionsleiste
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 As IRibbonControl, ByRef visible)
getShowImage Sub cbGetShowImage (control As IRibbonControl, ByRef showImage)
getShowLabel Sub cbGetShowLabel (control As IRibbonControl, ByRef showLabel)
onAction repurposed Sub cbOnAction(control As IRibbonControl, byRef CancelDefault)
onAction Sub cbOnAction(control As IRibbonControl)
getPressed Sub cbGetPressed(control As IRibbonControl, ByRef returnValue)
onAction Sub cbOnAction(control As IRibbonControl, pressed As Boolean)
getItemCount Sub cbGetItemCount(control As IRibbonControl, ByRef count)
getItemID Sub cbGetItemID(control As IRibbonControl, index As Integer, ByRef id)
getItemImage Sub cbGetItemImage(control As IRibbonControl, index As Integer, ByRef image)
getItemLabel Sub cbGetItemLabel(control As IRibbonControl, index As Integer, ByRef label)
getItemScreenTip Sub cbGetItemScreenTip(control As IRibbonControl, index As Integer, ByRef screentip)
getItemSuperTip Sub cbGetItemSuperTip (control As IRibbonControl, index As Integer, ByRef supertip)
getText Sub cbGetText(control As IRibbonControl, ByRef text)
onChange Sub cbOnChange(control As IRibbonControl, text As String)
loadImage Sub cbLoadImage(imageId As string, ByRef image)
onLoad Sub cbOnLoad(ribbon As IRibbonUI)
getSelectedItemID Sub cbGetSelectedItemID(control As IRibbonControl, ByRef index)
getSelectedItemIndex Sub cbGetSelectedItemIndex(control As IRibbonControl, ByRef index)
onAction Sub cbOnAction(control As IRibbonControl, selectedId As String, selectedIndex As Integer)
Tabelle 15.2 Syntax für die Callback-Methoden
1018

Get Microsoft Office Access 2007-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.