[This is preliminary documentation and is subject to change.]
CTor
Namespace: Tools.WindowsT.NativeTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public SubclassedNativeWindow( IntPtr Handle ) |
| Visual Basic |
|---|
Public Sub New ( _ Handle As IntPtr _ ) |
| Visual C++ |
|---|
public: SubclassedNativeWindow( IntPtr Handle ) |
| F# |
|---|
new : Handle:IntPtr -> SubclassedNativeWindow |
| JScript |
|---|
public function SubclassedNativeWindow( Handle : IntPtr ) |
Parameters
- Handle
- Type: System..::..IntPtr
Handle of native window
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Handle is Zero |
| Tools.API..::..Win32APIException | Unable to replace window procedure |