NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Form.GetMDIClient

Returns the control that is the MDI Client region.

[Visual Basic]
Public Function GetMDIClient() As MDIClient
[C#]
public MDIClient GetMDIClient();
[C++]
public: MDIClient* GetMDIClient();
[JScript]
public function GetMDIClient() : MDIClient;

Return Value

MDI Client control

See Also

Form Class | Form Members | System.WinForms Namespace