Click or drag to resize

MenuDropDown Methods

The MenuDropDown type exposes the following members.

Methods
  NameDescription
Public methodAddItem(String, String)
Add drop down item.
Public methodAddItem(String, String, Object)
Add drop down item with attached user data.
Public methodClear
Clear drop down menu.
Public methodComputeMinSize (Overrides GH_Attr_WidgetComputeMinSize.)
Public methodContains (Overrides GH_Attr_WidgetContains(PointF).)
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 methodFindIndex
Find index of item with given name. If multiple items share the same name, the first item index is returned. If item could not be found, -1 is returned.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidgetDescription (Inherited from GH_Attr_Widget.)
Public methodHideWindow
Hide dropdown window.
Public methodIsTtipPoint
Get widget at point. If no widget is in range of given point, null is returned.
(Inherited from GH_Attr_Widget.)
Public methodLayout (Overrides GH_Attr_WidgetLayout.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnRender
Render widget to canvas.
(Inherited from GH_Attr_Widget.)
Public methodPostUpdateBounds (Overrides GH_Attr_WidgetPostUpdateBounds(Single).)
Public methodRead (Overrides GH_Attr_WidgetRead(GH_IReader).)
Public methodRender (Overrides GH_Attr_WidgetRender(WidgetRenderArgs).)
Public methodRespondToKeyDown (Inherited from GH_Attr_Widget.)
Public methodRespondToMouseDoubleClick (Inherited from GH_Attr_Widget.)
Public methodRespondToMouseDown (Overrides GH_Attr_WidgetRespondToMouseDown(GH_Canvas, GH_CanvasMouseEvent).)
Public methodRespondToMouseMove (Overrides GH_Attr_WidgetRespondToMouseMove(GH_Canvas, GH_CanvasMouseEvent).)
Public methodRespondToMouseUp (Overrides GH_Attr_WidgetRespondToMouseUp(GH_Canvas, GH_CanvasMouseEvent).)
Public methodShowWindow
Show drop down window.
Public methodTooltipSetup
Setup widget's tool tip.
(Inherited from GH_Attr_Widget.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateBounds
Update widget bounds.
(Inherited from GH_Attr_Widget.)
Public methodWrite (Overrides GH_Attr_WidgetWrite(GH_IWriter).)
Top
See Also