Callback - getImage

Gets the image for this control.


If we set to an string value, we get the built-in icon for that .

Public Sub GetImage(Control As IRibbonControl, ByRef image) 
  image = "FileSave"
End Sub

link - https://gregmaxey.com/word_tip_pages/ribbon_images_labels_part_I.html 
link - https://gregmaxey.com/word_tip_pages/ribbon_images_labels_part_II.html
link - https://gregmaxey.com/word_tip_pages/ribbon_images_labels_part_III.html
link - https://gregmaxey.com/word_tip_pages/ribbon_images_labels_part_IV.html
link - https://gregmaxey.com/word_tip_pages/ribbon_images_labels_part_V.html


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext