ImageGear .NET v24.12 - Updated
UtilityButtonsHidden Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomToolBar Class : UtilityButtonsHidden Property
Gets or sets a value indicating whether the utility buttons are hidden.
Syntax
'Declaration
 
Public Property UtilityButtonsHidden As Boolean
'Usage
 
Dim instance As ImGearRecZoneGUICustomToolBar
Dim value As Boolean
 
instance.UtilityButtonsHidden = value
 
value = instance.UtilityButtonsHidden
public bool UtilityButtonsHidden {get; set;}
public: __property bool get_UtilityButtonsHidden();
public: __property void set_UtilityButtonsHidden( 
   bool value
);
public:
property bool UtilityButtonsHidden {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearRecZoneGUICustomToolBar Class
ImGearRecZoneGUICustomToolBar Members