ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtCtl Control > IGArtCtl Methods > ToolBar Method |
Shows (or hides) the ART ToolBar. Note that your application must implement 3 event handlers to make the ToolBar operate - see Creating a Mark via the ToolBar.
ToolBar(hWndParent As Long, bShow As Boolean, lXPosition As
Long, lYPosition As Long)
Name | Description |
---|---|
hWnd | Set this to the HWND for the main window in your application. It will be used as the parent for the ToolBar window. |
bShow | True causes the ToolBar to be displayed, False causes it to be hidden. |
lXPosition | Screen X-coordinate for the upper-left corner of the ToolBar. |
lYPosition | Screen Y-coordinate for the upper-left corner of the ToolBar. |
None
N/A
ig_artCtrl_vb6.exe