SetBitmaps Method |
Sets the large and small bitmaps used as icons for the toolbar item.
Signature
object.SetBitmaps(SmallIconName, LargeIconName)
object
ToolbarItem
The object or objects this method applies to.
SmallIconName
String; input-only
The path and file name for the small bitmap.
LargeIconName
String; input-only
The path and file name for the large bitmap.
Comments? |