LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
Window Property
See Also 
Leadtools.Multimedia Namespace > ConvertCtrl Class : Window Property



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;}
C++/CLI 
public:
virtual property IntPtr Window {
   IntPtr get();
   void set (    IntPtr value);
}

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