Gets or sets the handle to the convert control window.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property Window As IntPtr |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ConvertCtrl
Dim value As IntPtr
instance.Window = value
value = instance.Window |
C# | |
---|
public virtual IntPtr Window {get; set;} |
Property Value
An IntPtr value representing the control window handle.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also