Accusoft ImagXpress 12
ToolbarSetToolEnabled Method
See Also  Send comments on this topic.
Tool
An enumIXTool that is being enabled or disabled.
bVal
True to enable the tool button, False to disable the tool button.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolbarSetToolEnabled Method

Glossary Item Box

Description

Sets the tool button's Enabled state in the toolbar.

Syntax

Visual Basic
Public Sub ToolbarSetToolEnabled( _
   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 that is being enabled or disabled.
bVal
True to enable the tool button, False to disable the tool button.

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.