Click or drag to resize

GH_MenuCollection Class

Menu collection.
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.Utilities.UIWidgetsGH_MenuCollection

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public class GH_MenuCollection

The GH_MenuCollection type exposes the following members.

Constructors
  NameDescription
Public methodGH_MenuCollection
Initializes a new instance of the GH_MenuCollection class. Create a new menu collection.
Top
Properties
  NameDescription
Public propertyActiveWidget
Get or set active widget.
Public propertyHeight
Get height of menu collection.
Public propertyMenus
Get or set collection's menus.
Public propertyPalette
Get or set collection's palette.
Public propertyPivot
Get or set collection's pivot.
Public propertyStyle
Get or set collection's style.
Public propertyWidth
Get or set collection's width.
Top
Methods
  NameDescription
Public methodAddMenu
Add menu to collection.
Public methodCollapseAllMenu
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMenuDescription
Public methodGetMenuPlugs
Get input and output plugs of all menus belonging to this collection.
Public methodGetMinLayoutSize
Get minimium layout width. Includes visible and invisible menues.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsTtipPoint
Public methodLayout
Layout menu collection.
Public methodMakeAllInActive
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge
Merge this collection with other collection.
Public methodRead
Deserialize menu collection.
Public methodRender
Render menu collection onto supplied canvas.
Public methodRespondToKeyDown
Public methodRespondToMouseDoubleClick
Public methodRespondToMouseDown
Public methodRespondToMouseMove
Public methodRespondToMouseUp
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Serialize menu collection.
Top
See Also