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!

Control.TopLevel

true if this control is a top level window, meaning that it has no parent.

[Visual Basic]
Overridable Public Property TopLevel As Boolean
[C#]
public bool TopLevel {virtual get; virtual set;}
[C++]
public: __property virtual bool get_TopLevel();
public: __property virtual void set_TopLevel(bool);
[JScript]
public function get TopLevel() : Boolean;
public function set TopLevel(Boolean);

See Also

Control Class | Control Members | System.WinForms Namespace