ComboBoxMemberData
Description:
This class contains information necessary to construct a ComboBoxMember.
This class contains information necessary to construct a ComboBoxMember.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.UI.RibbonItemData
Autodesk.Revit.UI.ComboBoxMemberData
System.Object
Autodesk.Revit.UI.RibbonItemData
Autodesk.Revit.UI.ComboBoxMemberData
public class ComboBoxMemberData : RibbonItemData
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ComboBoxMemberData(String, String) | None | Constructs a new instance of ComboBoxMemberData. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetContextualHelp() | nullNothingnullptr | Gets the contextual help bound with this control. | RibbonItemData |
| SetContextualHelp(ContextualHelp) | None | Sets the contextual help bound with this button data. | RibbonItemData |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GroupName | string | Gets or sets a group name for the ComboBoxMember. | |
| Image | ImageSource | The image shown on the ComboBoxMember. | |
| Text | string | The user-visible text of the ComboBoxMember. | |
| LongDescription | string | Long description of the command tooltip | RibbonItemData |
| Name | string | The name of the item. | RibbonItemData |
| ToolTipImage | ImageSource | The image to show as a part of the button extended tooltip | RibbonItemData |
| ToolTip | string | The description that appears as a ToolTip for the item. | RibbonItemData |