|
|
MenuPanel Class |
Namespace: Karamba.GHopper.Utilities.UIWidgets
The MenuPanel type exposes the following members.
| Name | Description | |
|---|---|---|
| MenuPanel |
Initializes a new instance of the MenuPanel class.
Create a new menu panel.
|
| Name | Description | |
|---|---|---|
| BottomInnerMargin |
Gets or sets the left margin.
| |
| BottomMargin |
Gets or sets the left margin.
| |
| Bounds |
Widget's local space bounds.
(Inherited from GH_Attr_Widget.) | |
| CanvasBounds |
Widget's canvas space bounds.
(Inherited from GH_Attr_Widget.) | |
| CanvasPivot |
Get widget pivot in canvas space.
(Inherited from GH_Attr_Widget.) | |
| Desciption |
Get or set widget's description.
(Inherited from GH_Attr_Widget.) | |
| EffectiveHeight |
Get effective height.
| |
| EffectiveWidth |
Get effective width.
| |
| Enabled |
Get or set widget's state.
(Inherited from GH_Attr_Widget.) | |
| Header |
Get or set widget's header.
(Inherited from GH_Attr_Widget.) | |
| Height |
Get or set widget's height.
(Inherited from GH_Attr_Widget.) | |
| Index |
Get widget's index.
(Inherited from GH_Attr_Widget.) | |
| LeftInnerMargin |
Gets or sets the left margin.
| |
| LeftMargin |
Gets or sets the left margin.
| |
| Name |
Get or set widget's name.
(Inherited from GH_Attr_Widget.) | |
| Palette |
Get or set widget's render palette.
(Inherited from GH_Attr_Widget.) | |
| PanelRadius |
Panel corner radius.
| |
| Parent |
Get or set widget's parent.
(Inherited from GH_Attr_Widget.) | |
| RightInnerMargin |
Gets or sets the left margin.
| |
| RightMargin |
Gets or sets the left margin.
| |
| ShowToolTip |
Set tool tip visibility.
(Inherited from GH_Attr_Widget.) | |
| Space |
Vertical padding between items.
| |
| Style |
Get or set widget's render palette.
(Inherited from GH_Attr_Widget.) | |
| TopCollection |
Get menu collection, the widget belongs to.
(Inherited from GH_Attr_Widget.) | |
| TopInnerMargin |
Gets or sets the left margin.
| |
| TopMargin |
Gets or sets the left margin.
| |
| Transform |
Widget's transformation.
Is set by the parent of the widget. The widget itself should only
read from this field.
(Inherited from GH_Attr_Widget.) | |
| Width |
Get or set widget's width.
(Inherited from GH_Attr_Widget.) |
| Name | Description | |
|---|---|---|
| _activeControl |
Currently active control.
| |
| _description |
Widget description.
(Inherited from GH_Attr_Widget.) | |
| _enabled |
True if the widget is enabled.
(Inherited from GH_Attr_Widget.) | |
| _header |
Widget description header.
(Inherited from GH_Attr_Widget.) | |
| _index |
Local widget index. Used to identify the widget within
its local group.
??? what is the index actually used for?.
(Inherited from GH_Attr_Widget.) | |
| _menu |
Menu.
| |
| _name |
Widget name.
(Inherited from GH_Attr_Widget.) | |
| _showToolTip |
True if the widget has a tool tip and it should be shown when
requested.
(Inherited from GH_Attr_Widget.) | |
| bounds |
Widget's local space bounds.
(Inherited from GH_Attr_Widget.) | |
| canvasBounds |
Widget's canvas space bounds.
(Inherited from GH_Attr_Widget.) | |
| palette |
The palette.
(Inherited from GH_Attr_Widget.) | |
| parent |
The parent widget.
If null, this widget is not nested.
(Inherited from GH_Attr_Widget.) | |
| style |
Widget palette style.
(Inherited from GH_Attr_Widget.) | |
| transfromation |
Widget transformation.
(Inherited from GH_Attr_Widget.) |