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

Converts Control to Win32Window

Namespace: Tools.WindowsT.NativeT
Assembly: 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#
F# does not support the declaration of new casting operators.
JScript
JScript does not support the declaration of new casting operators.

Return Value

A Win32Window with same handle as a

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptiona is null

See Also