Accusoft ImagXpress 12
ToolbarGetToolVisible Method
See Also  Send comments on this topic.
Tool
An enumIXTool that is being examined for visibility.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolbarGetToolVisible Method

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Function ToolbarGetToolVisible( _
   ByVal Tool As enumIXTool _
) 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 that is being examined for visibility.

Return Type

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.