ImageGear .NET - Updated
CheckWordIsUsed Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : CheckWordIsUsed Property
Gets a value indicating whether any event handlers are currently registered for the CheckWord event.
Syntax
'Declaration
 
Public ReadOnly Property CheckWordIsUsed As Boolean
'Usage
 
Dim instance As ImGearRecZone
Dim value As Boolean
 
value = instance.CheckWordIsUsed
public bool CheckWordIsUsed {get;}
public: __property bool get_CheckWordIsUsed();
public:
property bool CheckWordIsUsed {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearRecZone Class
ImGearRecZone Members