ToolBar.Bitmap Property | |
The Bitmap object (containing a bitmap ribbon with one or more button images) that will be used to display buttons on the toolbar. If not assigned, the default bitmap is used.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Bitmap AS USUAL GET SET
public virtual Usual Bitmap { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe Bitmap object (containing a bitmap ribbon with one or more button images) that will be used to display buttons on the toolbar. If not assigned, the default bitmap is used.
See Also