Accusoft ImagXpress 12
ToolbarGetToolEnabled Method
See Also  Send comments on this topic.
Tool
An enumIXTool value which determines if the tool is enabled or not.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolbarGetToolEnabled Method

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Function ToolbarGetToolEnabled( _
   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 value which determines if the tool is enabled or not.

Return Type

The Enabled state of the tool button, enabled (true) or disabled (false).

Remarks

When a tool button is enabled, the application end-user can select it. When a tool button is not enabled, the tool button appears normal but cannot be selected by the user.

See Also

©2013. Accusoft Corporation. All Rights Reserved.