[This is preliminary documentation and is subject to change.]
If overriden in derived class gets type of hook represented by derived class
Namespace: Tools.DevicesTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected override Win32Hook..::..HookType HandledHookType { get; } |
| Visual Basic |
|---|
Protected Overrides ReadOnly Property HandledHookType As Win32Hook..::..HookType Get |
| Visual C++ |
|---|
protected: virtual property Win32Hook..::..HookType HandledHookType { Win32Hook..::..HookType get () override; } |
| F# |
|---|
abstract HandledHookType : Win32Hook..::..HookType override HandledHookType : Win32Hook..::..HookType |
| JScript |
|---|
override function get HandledHookType () : Win32Hook..::..HookType |