ToolBar.Bitmap Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Bitmap AS Bitmap GET SET
public virtual Bitmap Bitmap { get; set; }
Request Example
View SourceProperty Value
Type:
BitmapThe 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