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!

MainMenu.GetForm

Indicates which form in which we are currently residing [if any]

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

Return Value

the Form in which this control is currently hosted.

See Also

MainMenu Class | MainMenu Members | System.WinForms Namespace