Accusoft.ImagXpressSdk Namespace > ImageXView Class : ToolActive Property |
'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
[Browsable(false)] [Description("Retrieves the currently active tool.")] public Tool ToolActive {get;}
[Browsable(false)] [Description("Retrieves the currently active tool.")] public: __property Tool get_ToolActive();
[Browsable(false)] [Description("Retrieves the currently active tool.")] public: property Tool ToolActive { Tool get(); }
The default value is Tool.None.