[This is preliminary documentation and is subject to change.]
Converts Control to Win32Window
Namespace: Tools.WindowsT.NativeTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public static implicit operator Win32Window ( Control a ) |
| Visual Basic |
|---|
Public Shared Widening Operator CType ( _ a As Control _ ) As Win32Window |
| Visual C++ |
|---|
static implicit operator Win32Window^ ( Control^ a ) |
| F# |
|---|
|
| JScript |
|---|
|
Parameters
Return Value
A Win32Window with same handle as a
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | a is null |