![]() |
MenuDropDown Methods |
The MenuDropDown type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddItem(String, String) |
Add drop down item.
|
![]() | AddItem(String, String, Object) |
Add drop down item with attached user data.
|
![]() | Clear |
Clear drop down menu.
|
![]() | ComputeMinSize | (Overrides GH_Attr_WidgetComputeMinSize.) |
![]() | Contains | (Overrides GH_Attr_WidgetContains(PointF).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindIndex |
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.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWidgetDescription | (Inherited from GH_Attr_Widget.) |
![]() | HideWindow |
Hide dropdown window.
|
![]() | IsTtipPoint |
Get widget at point. If no widget is in range of given point,
null is returned.
(Inherited from GH_Attr_Widget.) |
![]() | Layout | (Overrides GH_Attr_WidgetLayout.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnRender |
Render widget to canvas.
(Inherited from GH_Attr_Widget.) |
![]() | PostUpdateBounds | (Overrides GH_Attr_WidgetPostUpdateBounds(Single).) |
![]() | Read | (Overrides GH_Attr_WidgetRead(GH_IReader).) |
![]() | Render | (Overrides GH_Attr_WidgetRender(WidgetRenderArgs).) |
![]() | RespondToKeyDown | (Inherited from GH_Attr_Widget.) |
![]() | RespondToMouseDoubleClick | (Inherited from GH_Attr_Widget.) |
![]() | RespondToMouseDown | (Overrides GH_Attr_WidgetRespondToMouseDown(GH_Canvas, GH_CanvasMouseEvent).) |
![]() | RespondToMouseMove | (Overrides GH_Attr_WidgetRespondToMouseMove(GH_Canvas, GH_CanvasMouseEvent).) |
![]() | RespondToMouseUp | (Overrides GH_Attr_WidgetRespondToMouseUp(GH_Canvas, GH_CanvasMouseEvent).) |
![]() | ShowWindow |
Show drop down window.
|
![]() | TooltipSetup |
Setup widget's tool tip.
(Inherited from GH_Attr_Widget.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateBounds |
Update widget bounds.
(Inherited from GH_Attr_Widget.) |
![]() | Write | (Overrides GH_Attr_WidgetWrite(GH_IWriter).) |