Accusoft ImagXpress 13
ToolbarSetToolEnabled Method
An enumIXTool that is being enabled or disabled.
True to enable the tool button, False to disable the tool button.
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

ImagXpress Object  | ImagXpress Members  | enumIXTool Enumeration  | Toolbar

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback