ToolBarItemSetHbitmap Method |
Display the bitmap on the toolbar item.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void SetHbitmap(
IntPtr hbitmap,
int transparentColor
)
Public MustOverride Sub SetHbitmap (
hbitmap As IntPtr,
transparentColor As Integer
)
Parameters
- hbitmap
- Type: SystemIntPtr
Windows bitmap handle. - transparentColor
- Type: SystemInt32
An ARGB value that represents the transparent color in the bitmap.
See Also