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 > CaptureCtrl Class : Window Property



Gets the handle to the control's window.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Window As IntPtr
Visual Basic (Usage)Copy Code
Dim instance As CaptureCtrl
Dim value As IntPtr
 
value = instance.Window
C# 
public virtual IntPtr Window {get;}
C++/CLI 
public:
virtual property IntPtr Window {
   IntPtr get();
}

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