Accusoft ImagXpress 12
ToolbarSetToolVisible Method
See Also  Send comments on this topic.
Tool
An enumIXTool upon which the visibility is being set.
bVal
The Visibility state of the tool button, visible (true) or hidden (false).
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolbarSetToolVisible Method

Glossary Item Box

Description

Sets a tool button's Visibility state in the toolbar.

Syntax

Visual Basic
Public Sub ToolbarSetToolVisible( _
   ByVal Tool As enumIXTool, _
   ByVal bVal As Boolean _
) 

Parameters

Tool
ValueDescription
TOOL_HandImage panning tool.
TOOL_MagMagnifying window.
TOOL_MouseWheelHorizScrollMouse wheel horizontal scroll.
TOOL_MouseWheelVertScrollMouse wheel vertical scroll.
TOOL_MouseWheelZoomMouse wheel zoom.
TOOL_NoneNo tool selected.
TOOL_PanImage viewing pan tool.
TOOL_SelectRubberband window selection tool.
TOOL_ZoomInZoom in tool.
TOOL_ZoomOutZoom out tool.
TOOL_ZoomRectZoom rectangle tool.
An enumIXTool upon which the visibility is being set.
bVal
The Visibility state of the tool button, visible (true) or hidden (false).

Remarks

When a tool button is visible, it appears in the display in the toolbar.

See Also

©2013. Accusoft Corporation. All Rights Reserved.