This documentation is archived and is not being maintained.
Control.WindowTarget Property
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Property WindowTarget As IWindowTarget [C#] public IWindowTarget WindowTarget {get; set;} [C++] public: __property IWindowTarget* get_WindowTarget(); public: __property void set_WindowTarget(IWindowTarget*); [JScript] public function get WindowTarget() : IWindowTarget; public function set WindowTarget(IWindowTarget);
See Also
Control Class | Control Members | System.Windows.Forms Namespace
Show: