The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Control::WindowTarget Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
This property is not relevant for this class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property IWindowTarget^ WindowTarget { [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] IWindowTarget^ get(); [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] void set(IWindowTarget^ value); }
Property Value
Type: System.Windows.Forms::IWindowTarget^The NativeWindow contained within the control.
This property is not relevant for this class.
.NET Framework
Available since 1.1
Available since 1.1
Show: