2010/06/05

RibbonUI VBA Callback Signature

要素 コールバック VBAシグネチャ
(複数のコントロール) getDescription Sub GetDescription(control As IRibbonControl, ByRef description)
(複数のコントロール) getEnabled Sub GetEnabled(control As IRibbonControl, ByRef enabled)
(複数のコントロール) getImage Sub GetImage(control As IRibbonControl, ByRef image)
(複数のコントロール) getImageMso Sub GetImageMso(control As IRibbonControl, ByRef imageMso)
comboBox getItemCount Sub GetItemCount(control As IRibbonControl, ByRef count)
dropDown getItemCount Sub GetItemCount(control As IRibbonControl, ByRef count)
gallery getItemCount Sub GetItemCount(control As IRibbonControl, ByRef count)
gallery getItemHeight Sub getItemHeight(control As IRibbonControl, ByRef height)
comboBox getItemID Sub GetItemID(control As IRibbonControl, index As Integer, ByRef id)
dropDown getItemID Sub GetItemID(control As IRibbonControl, index As Integer, ByRef id)
gallery getItemID Sub GetItemID(control As IRibbonControl, index As Integer, ByRef id)
comboBox getItemImage Sub GetItemImage(control As IRibbonControl, index As Integer, ByRef image)
dropDown getItemImage Sub GetItemImage(control As IRibbonControl, index As Integer, ByRef image)
gallery getItemImage Sub GetItemImage(control As IRibbonControl, index As Integer, ByRef image)
comboBox getItemLabel Sub GetItemLabel(control As IRibbonControl, index As Integer, ByRef label)
dropDown getItemLabel Sub GetItemLabel(control As IRibbonControl, index As Integer, ByRef label)
gallery getItemLabel Sub GetItemLabel(control As IRibbonControl, index As Integer, ByRef label)
gallery getItemScreenTip Sub GetItemScreenTip(control As IRibbonControl, index as Integer, ByRef screen)
comboBox getItemScreenTip Sub GetItemScreenTip(control As IRibbonControl, index As Integer, ByRef screentip)
dropDown getItemScreenTip Sub GetItemScreenTip(control As IRibbonControl, index As Integer, ByRef screenTip)
gallery getItemSuperTip Sub GetItemSuperTip (control As IRibbonControl, index as Integer, ByRef screen)
comboBox getItemSuperTip Sub GetItemSuperTip (control As IRibbonControl, index As Integer, ByRef supertip)
dropDown getItemSuperTip Sub GetItemSuperTip (control As IRibbonControl, index As Integer, ByRef superTip)
gallery getItemWidth Sub getItemWidth(control As IRibbonControl, ByRef width)
(複数のコントロール) getKeytip Sub GetKeytip (control As IRibbonControl, ByRef label)
(複数のコントロール) getLabel Sub GetLabel(control As IRibbonControl, ByRef label)
checkBox getPressed Sub GetPressed(control As IRibbonControl, ByRef returnValue)
toggleButton getPressed Sub GetPressed(control As IRibbonControl, ByRef returnValue)
(複数のコントロール) getScreentip Sub GetScreentip(control As IRibbonControl, ByRef screentip)
(複数のコントロール) getSupertip Sub GetScreentip(control As IRibbonControl, ByRef screentip)
dropDown getSelectedItemID Sub GetSelectedItemID(control As IRibbonControl, ByRef index)
gallery getSelectedItemID Sub GetSelectedItemID(control As IRibbonControl, ByRef index)
dropDown getSelectedItemIndex Sub GetSelectedItemIndex(control As IRibbonControl, ByRef index)
gallery getSelectedItemIndex Sub GetSelectedItemIndex(control As IRibbonControl, ByRef index)
button getShowImage Sub GetShowImage (control As IRibbonControl, ByRef showImage)
button getShowLabel Sub GetShowLabel (control As IRibbonControl, ByRef showLabel)
(複数のコントロール) getSize Sub GetSize(control As IRibbonControl, ByRef size)
comboBox getText Sub GetText(control As IRibbonControl, ByRef text)
editBox getText Sub GetText(control As IRibbonControl, ByRef text)
menuSeparator getTitle Sub GetTitle (control As IRibbonControl, ByRef title)
(複数のコントロール) getVisible Sub GetVisible(control As IRibbonControl, ByRef visible)
customUI loadImage Sub LoadImage(imageId As string, ByRef image)
command onAction Sub OnAction(control As IRibbonControl, ByRef CancelDefault)
button onAction Sub OnAction(control As IRibbonControl)
toggleButton onAction Sub OnAction(control As IRibbonControl, pressed As Boolean)
checkBox onAction Sub OnAction(control As IRibbonControl, pressed As Boolean)
dropDown onAction Sub OnAction(control As IRibbonControl, selectedId As String, selectedIndex As Integer)
gallery onAction Sub OnAction(control As IRibbonControl, selectedId As String, selectedIndex As Integer)
editBox onChange Sub OnChange(control As IRibbonControl, text As String)
comboBox onChange Sub OnChange(control As IRibbonControl, text As String)
customUI onLoad Sub OnLoad(ribbon As IRibbonUI)
customUI loadImage Sub LoadImage(imageId As String, ByRef image)
Backstage onHide Sub OnHide(contextObject As Object)
Backstage onShow Sub OnShow(contextObject As Object)
dynamicMenu getContent Sub GetContent(control As IRibbonControl, ByRef returnedVal)
(複数のコントロール) getHelperText Sub GetHelperText(control As IRibbonControl, itemIndex as Integer, ByRef returnedVal)
Image Control getAltText Sub GetAltText(control As IRibbonControl, ByRef returnedVal)

0 件のコメント: