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!

Menu.IsParent

Specifies whether this menu contains any items.

[Visual Basic]
Overridable Public ReadOnly Property IsParent As Boolean
[C#]
public bool IsParent {virtual get;}
[C++]
public: __property virtual bool get_IsParent();
[JScript]
public function get IsParent() : Boolean;

See Also

Menu Class | Menu Members | System.WinForms Namespace