Accusoft.ImagXpress13.Net
ToolActive Property




Gets the currently active tool.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("Retrieves the currently active tool.")>
Public ReadOnly Property ToolActive As Tool
'Usage
 
Dim instance As ImageXView
Dim value As Tool
 
value = instance.ToolActive
[BrowsableAttribute(false)]
[DescriptionAttribute("Retrieves the currently active tool.")]
public Tool ToolActive {get;}
[BrowsableAttribute(false)]
[DescriptionAttribute("Retrieves the currently active tool.")]
public: __property Tool get_ToolActive();
[BrowsableAttribute(false)]
[DescriptionAttribute("Retrieves the currently active tool.")]
public:
property Tool ToolActive {
   Tool get();
}

Property Value

The Tool enumeration value set.
Remarks

The default value is Tool.None.

See Also

Reference

ImageXView Class
ImageXView Members
Tool Enumeration

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback