box	getVisible	(control As IRibbonControl, ByRef visible)
button	getDescription	(control As IRibbonControl, ByRef description)
button	getEnabled	(control As IRibbonControl, ByRef enabled)
button	getImage	(control As IRibbonControl, ByRef image)
button	getKeytip	(control As IRibbonControl, ByRef label)
button	getLabel	(control As IRibbonControl, ByRef label)
button	getScreentip	(control As IRibbonControl, ByRef screentip)
button	getShowImage	(control As IRibbonControl, ByRef showImage)
button	getShowLabel	(control As IRibbonControl, ByRef showLabel)
button	getSize	(control As IRibbonControl, ByRef size)
button	getSupertip	(control As IRibbonControl, ByRef screentip)
button	getVisible	(control As IRibbonControl, ByRef visible)
button	onAction	(control As IRibbonControl)
buttonGroup	getVisible	(control As IRibbonControl, ByRef visible)
checkBox	getDescription	(control As IRibbonControl, ByRef description)
checkBox	getEnabled	(control As IRibbonControl, ByRef enabled)
checkBox	getImage	(control As IRibbonControl, ByRef image)
checkBox	getKeytip	(control As IRibbonControl, ByRef label)
checkBox	getLabel	(control As IRibbonControl, ByRef label)
checkBox	getPressed	(control As IRibbonControl, ByRef returnValue)
checkBox	getScreentip	(control As IRibbonControl, ByRef screentip)
checkBox	getShowImage	(control As IRibbonControl, ByRef showImage)
checkBox	getShowLabel	(control As IRibbonControl, ByRef showLabel)
checkBox	getSupertip	(control As IRibbonControl, ByRef screentip)
checkBox	getVisible	(control As IRibbonControl, ByRef visible)
checkBox	onAction	(control As IRibbonControl, pressed As Boolean)
comboBox	getEnabled	(control As IRibbonControl, ByRef enabled)
comboBox	getImage	(control As IRibbonControl, ByRef image)
comboBox	getItemCount	(control As IRibbonControl, ByRef count)
comboBox	getItemID	(control As IRibbonControl, index As Integer, ByRef id)
comboBox	getItemImage	(control As IRibbonControl, index As Integer, ByRef image)
comboBox	getItemLabel	(control As IRibbonControl, index As Integer, ByRef label)
comboBox	getItemScreentip	(control As IRibbonControl, index As Integer, ByRef screentip)
comboBox	getItemSupertip	(control As IRibbonControl, index As Integer, ByRef supertip)
comboBox	getKeytip	(control As IRibbonControl, ByRef label)
comboBox	getLabel	(control As IRibbonControl, ByRef label)
comboBox	getScreentip	(control As IRibbonControl, ByRef screentip)
comboBox	getShowImage	(control As IRibbonControl, ByRef showImage)
comboBox	getShowLabel	(control As IRibbonControl, ByRef showLabel)
comboBox	getSupertip	(control As IRibbonControl, ByRef screentip)
comboBox	getText	(control As IRibbonControl, ByRef text)
comboBox	getVisible	(control As IRibbonControl, ByRef visible)
comboBox	onChange	(control As IRibbonControl, text As String)
command	getEnabled	(control As IRibbonControl, ByRef enabled)
command	onAction	(control As IRibbonControl)
control	getDescription	(control As IRibbonControl, ByRef description)
control	getEnabled	(control As IRibbonControl, ByRef enabled)
control	getImage	(control As IRibbonControl, ByRef image)
control	getKeytip	(control As IRibbonControl, ByRef label)
control	getLabel	(control As IRibbonControl, ByRef label)
control	getScreentip	(control As IRibbonControl, ByRef screentip)
control	getShowImage	(control As IRibbonControl, ByRef showImage)
control	getShowLabel	(control As IRibbonControl, ByRef showLabel)
control	getSize	(control As IRibbonControl, ByRef size)
control	getSupertip	(control As IRibbonControl, ByRef screentip)
control	getVisible	(control As IRibbonControl, ByRef visible)
control	onAction	(control As IRibbonControl)
customUI	loadImage	(imageId As string, ByRef image)
customUI	onLoad	(ribbon As IRibbonUI)
dropDown	getEnabled	(control As IRibbonControl, ByRef enabled)
dropDown	getImage	(control As IRibbonControl, ByRef image)
dropDown	getItemCount	(control As IRibbonControl, ByRef count)
dropDown	getItemID	(control As IRibbonControl, index As Integer, ByRef id)
dropDown	getItemImage	(control As IRibbonControl, index As Integer, ByRef image)
dropDown	getItemLabel	(control As IRibbonControl, index As Integer, ByRef label)
dropDown	getItemScreentip	(control As IRibbonControl, index As Integer, ByRef screenTip)
dropDown	getItemSupertip	(control As IRibbonControl, index As Integer, ByRef superTip)
dropDown	getKeytip	(control As IRibbonControl, ByRef label)
dropDown	getLabel	(control As IRibbonControl, ByRef label)
dropDown	getScreentip	(control As IRibbonControl, ByRef screentip)
dropDown	getSelectedItemID	(control As IRibbonControl, ByRef index)
dropDown	getSelectedItemIndex	(control As IRibbonControl, ByRef index)
dropDown	getShowImage	(control As IRibbonControl, ByRef showImage)
dropDown	getShowLabel	(control As IRibbonControl, ByRef showLabel)
dropDown	getSupertip	(control As IRibbonControl, ByRef screentip)
dropDown	getVisible	(control As IRibbonControl, ByRef visible)
dropDown	onAction	(control As IRibbonControl, selectedId As String, selectedIndex As Integer)
dynamicMenu	getContent	(control As IRibbonControl, ByRef content)
dynamicMenu	getDescription	(control As IRibbonControl, ByRef description)
dynamicMenu	getEnabled	(control As IRibbonControl, ByRef enabled)
dynamicMenu	getImage	(control As IRibbonControl, ByRef image)
dynamicMenu	getKeytip	(control As IRibbonControl, ByRef label)
dynamicMenu	getLabel	(control As IRibbonControl, ByRef label)
dynamicMenu	getScreentip	(control As IRibbonControl, ByRef screentip)
dynamicMenu	getShowImage	(control As IRibbonControl, ByRef showImage)
dynamicMenu	getShowLabel	(control As IRibbonControl, ByRef showLabel)
dynamicMenu	getSize	(control As IRibbonControl, ByRef size)
dynamicMenu	getSupertip	(control As IRibbonControl, ByRef screentip)
dynamicMenu	getVisible	(control As IRibbonControl, ByRef visible)
editBox	getEnabled	(control As IRibbonControl, ByRef enabled)
editBox	getImage	(control As IRibbonControl, ByRef image)
editBox	getKeytip	(control As IRibbonControl, ByRef label)
editBox	getLabel	(control As IRibbonControl, ByRef label)
editBox	getScreentip	(control As IRibbonControl, ByRef screentip)
editBox	getShowImage	(control As IRibbonControl, ByRef showImage)
editBox	getShowLabel	(control As IRibbonControl, ByRef showLabel)
editBox	getSupertip	(control As IRibbonControl, ByRef screentip)
editBox	getText	(control As IRibbonControl, ByRef text)
editBox	getVisible	(control As IRibbonControl, ByRef visible)
editBox	onChange	(control As IRibbonControl, text As String)
gallery	getDescription	(control As IRibbonControl, ByRef description)
gallery	getEnabled	(control As IRibbonControl, ByRef enabled)
gallery	getImage	(control As IRibbonControl, ByRef image)
gallery	getItemCount	(control As IRibbonControl, ByRef count)
gallery	getItemHeight	(control As IRibbonControl, ByRef height)
gallery	getItemID	(control As IRibbonControl, index As Integer, ByRef id)
gallery	getItemImage	(control As IRibbonControl, index As Integer, ByRef image)
gallery	getItemLabel	(control As IRibbonControl, index As Integer, ByRef label)
gallery	getItemScreentip	(control As IRibbonControl, index as Integer, ByRef screen)
gallery	getItemSupertip	(control As IRibbonControl, index as Integer, ByRef screen)
gallery	getItemWidth	(control As IRibbonControl, ByRef width)
gallery	getKeytip	(control As IRibbonControl, ByRef label)
gallery	getLabel	(control As IRibbonControl, ByRef label)
gallery	getScreentip	(control As IRibbonControl, ByRef screentip)
gallery	getSelectedItemID	(control As IRibbonControl, ByRef index)
gallery	getSelectedItemIndex	(control As IRibbonControl, ByRef index)
gallery	getShowImage	(control As IRibbonControl, ByRef showImage)
gallery	getShowLabel	(control As IRibbonControl, ByRef showLabel)
gallery	getSize	(control As IRibbonControl, ByRef size)
gallery	getSupertip	(control As IRibbonControl, ByRef screentip)
gallery	getVisible	(control As IRibbonControl, ByRef visible)
gallery	onAction	(control As IRibbonControl, selectedId As String, selectedIndex As Integer)
group	getImage	(control As IRibbonControl, ByRef image)
group	getKeytip	(control As IRibbonControl, ByRef label)
group	getLabel	(control As IRibbonControl, ByRef label)
group	getScreentip	(control As IRibbonControl, ByRef screentip)
group	getSupertip	(control As IRibbonControl, ByRef screentip)
group	getVisible	(control As IRibbonControl, ByRef visible)
labelControl	getEnabled	(control As IRibbonControl, ByRef enabled)
labelControl	getImage	(control As IRibbonControl, ByRef image)
labelControl	getKeytip	(control As IRibbonControl, ByRef label)
labelControl	getLabel	(control As IRibbonControl, ByRef label)
labelControl	getScreentip	(control As IRibbonControl, ByRef screentip)
labelControl	getShowImage	(control As IRibbonControl, ByRef showImage)
labelControl	getShowLabel	(control As IRibbonControl, ByRef showLabel)
labelControl	getSupertip	(control As IRibbonControl, ByRef screentip)
labelControl	getVisible	(control As IRibbonControl, ByRef visible)
menu	getDescription	(control As IRibbonControl, ByRef description)
menu	getEnabled	(control As IRibbonControl, ByRef enabled)
menu	getImage	(control As IRibbonControl, ByRef image)
menu	getKeytip	(control As IRibbonControl, ByRef label)
menu	getLabel	(control As IRibbonControl, ByRef label)
menu	getScreentip	(control As IRibbonControl, ByRef screentip)
menu	getShowImage	(control As IRibbonControl, ByRef showImage)
menu	getShowLabel	(control As IRibbonControl, ByRef showLabel)
menu	getSize	(control As IRibbonControl, ByRef size)
menu	getSupertip	(control As IRibbonControl, ByRef screentip)
menu	getTitle	(control As IRibbonControl, ByRef title)
menu	getVisible	(control As IRibbonControl, ByRef visible)
menuSeparator	getTitle	(control As IRibbonControl, ByRef title)
separator	getVisible	(control As IRibbonControl, ByRef visible)
splitButton	getEnabled	(control As IRibbonControl, ByRef enabled)
splitButton	getImage	(control As IRibbonControl, ByRef image)
splitButton	getKeytip	(control As IRibbonControl, ByRef label)
splitButton	getLabel	(control As IRibbonControl, ByRef label)
splitButton	getScreentip	(control As IRibbonControl, ByRef screentip)
splitButton	getShowImage	(control As IRibbonControl, ByRef showImage)
splitButton	getShowLabel	(control As IRibbonControl, ByRef showLabel)
splitButton	getSize	(control As IRibbonControl, ByRef size)
splitButton	getSupertip	(control As IRibbonControl, ByRef screentip)
splitButton	getVisible	(control As IRibbonControl, ByRef visible)
tab	getKeytip	(control As IRibbonControl, ByRef label)
tab	getLabel	(control As IRibbonControl, ByRef label)
tab	getVisible	(control As IRibbonControl, ByRef visible)
tabSet	getVisible	(control As IRibbonControl, ByRef visible)
toggleButton	getDescription	(control As IRibbonControl, ByRef description)
toggleButton	getEnabled	(control As IRibbonControl, ByRef enabled)
toggleButton	getImage	(control As IRibbonControl, ByRef image)
toggleButton	getKeytip	(control As IRibbonControl, ByRef label)
toggleButton	getLabel	(control As IRibbonControl, ByRef label)
toggleButton	getPressed	(control As IRibbonControl, ByRef returnValue)
toggleButton	getScreentip	(control As IRibbonControl, ByRef screentip)
toggleButton	getShowImage	(control As IRibbonControl, ByRef showImage)
toggleButton	getShowLabel	(control As IRibbonControl, ByRef showLabel)
toggleButton	getSize	(control As IRibbonControl, ByRef size)
toggleButton	getSupertip	(control As IRibbonControl, ByRef screentip)
toggleButton	getVisible	(control As IRibbonControl, ByRef visible)
toggleButton	onAction	(control As IRibbonControl, pressed As Boolean)
