|
GH_Attr_WidgetTopCollection Property
|
Get menu collection, the widget belongs to.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic virtual GH_MenuCollection TopCollection { get; }
Public Overridable ReadOnly Property TopCollection As GH_MenuCollection
Get
public:
virtual property GH_MenuCollection^ TopCollection {
GH_MenuCollection^ get ();
}
abstract TopCollection : GH_MenuCollection with get
override TopCollection : GH_MenuCollection with get
Property Value
Type:
GH_MenuCollection
See Also