Click or drag to resize

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
)

Parameters

hbitmap
Type: SystemIntPtr
Windows bitmap handle.
transparentColor
Type: SystemInt32
An ARGB value that represents the transparent color in the bitmap.
See Also