[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(); }
'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
The default value is Tool.None.
ImageXView Class ImageXView Members Tool Enumeration
©2019. Accusoft Corporation. All Rights Reserved.