ImageGear .NET v24.12 - Updated
ToolBarIsCustomized Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : ToolBarIsCustomized Property
Gets a value indicating whether or not the recognition zone editor toolbar is customized.
Syntax
'Declaration
 
Public ReadOnly Property ToolBarIsCustomized As Boolean
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim value As Boolean
 
value = instance.ToolBarIsCustomized
public bool ToolBarIsCustomized {get;}
public: __property bool get_ToolBarIsCustomized();
public:
property bool ToolBarIsCustomized {
   bool get();
}

Property Value

True if toolbar has been customized, otherwise false.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members