ImageGear .NET v24.12 - Updated
ToolBarIsVisible Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : ToolBarIsVisible Property
Gets a value indicating whether the toolbar is visible.
Syntax
'Declaration
 
Public ReadOnly Property ToolBarIsVisible As Boolean
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim value As Boolean
 
value = instance.ToolBarIsVisible
public bool ToolBarIsVisible {get;}
public: __property bool get_ToolBarIsVisible();
public:
property bool ToolBarIsVisible {
   bool get();
}

Property Value

Boolean value. True if the toolbar is visible.
Remarks
This property indicates whether or not the recognition zone editor toolbar is visible. To change the visibility of the toolbar, use the ShowToolBar and HideToolBar methods.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members