Accusoft.ImagXpressSdk Namespace > ImageXView Class : ToolActive Property |
'Declaration <DescriptionAttribute("Retrieves the currently active tool.")> <BrowsableAttribute(False)> Public ReadOnly Property ToolActive As Tool
'Usage Dim instance As ImageXView Dim value As Tool value = instance.ToolActive
[Description("Retrieves the currently active tool.")] [Browsable(false)] public Tool ToolActive {get;}
[Description("Retrieves the currently active tool.")] [Browsable(false)] public: __property Tool get_ToolActive();
[Description("Retrieves the currently active tool.")] [Browsable(false)] public: property Tool ToolActive { Tool get(); }
The default value is Tool.None.