Gets a value indicating whether any event handlers are currently registered for the CheckWord
event.
Syntax
'Declaration
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")>
Public ReadOnly Property CheckWordIsUsed As Boolean
'Usage
Dim instance As ImGearRecZone
Dim value As Boolean
value = instance.CheckWordIsUsed
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public bool CheckWordIsUsed {get;}
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public: __property bool get_CheckWordIsUsed();
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public:
property bool CheckWordIsUsed {
bool get();
}
Property Value
Boolean value.
See Also