GetBitmaps Method

Gets the large and small bitmaps used as icons for the toolbar item.

See Also | Example

Signature

object.GetBitmaps(SmallIconName, LargeIconName)

object

ToolbarItem
The object or objects this method applies to.

SmallIconName

String; output-only
The path and file name for the small bitmap.

LargeIconName

String; output-only
The path and file name for the large bitmap.

 

   Comments?