[This is preliminary documentation and is subject to change.]

Gets value indicating if hook is registered for this instance

Namespace: Tools.API.Hooks
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool Registered { get; }
Visual Basic
Public ReadOnly Property Registered As Boolean
	Get
Visual C++
public:
property bool Registered {
	bool get ();
}
F#
member Registered : bool
JScript
function get Registered () : boolean

See Also