ComboBoxMember
Description:
This class represents an item in the drop-down list of a ComboBox.
This class represents an item in the drop-down list of a ComboBox.
Remarks:
Note that a ComboBoxMember will not show an individual tool tip. Use of this class is not supported in Revit Macros.
Note that a ComboBoxMember will not show an individual tool tip. Use of this class is not supported in Revit Macros.
public class ComboBoxMember : RibbonItem
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals(Object) | bool | Determines whether the specified is equal to the current . | RibbonItem |
| GetContextualHelp() | nullNothingnullptr | Gets the contextual help bound with this control. | RibbonItem |
| SetContextualHelp(ContextualHelp) | None | Sets the contextual help bound with this button. | RibbonItem |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GroupName | string | The group to which the ComboBoxMember is assigned. | |
| Image | ImageSource | The image shown on the ComboBoxMember. | |
| Enabled | bool | Gets or sets a value indicating whether the item is enabled. | RibbonItem |
| ItemText | string | Gets or sets the text displayed on the item. | RibbonItem |
| ItemType | RibbonItemType | Gets the item type. | RibbonItem |
| LongDescription | string | Long description of the command tooltip | RibbonItem |
| Name | string | The name of the item. | RibbonItem |
| ToolTipImage | ImageSource | The image to show as a part of the button extended tooltip | RibbonItem |
| ToolTip | string | The description that appears as a ToolTip for the item. | RibbonItem |
| Visible | bool | Gets or sets a value indicating whether the item is visible. | RibbonItem |