RadioButtonGroupData
Description:
This class contains information necessary to construct a ribbon gallery in the Ribbon.
This class contains information necessary to construct a ribbon gallery in the Ribbon.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.UI.RibbonItemData
Autodesk.Revit.UI.RadioButtonGroupData
System.Object
Autodesk.Revit.UI.RibbonItemData
Autodesk.Revit.UI.RadioButtonGroupData
public class RadioButtonGroupData : RibbonItemData
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| RadioButtonGroupData(String) | None | Constructs a new instance of RadioButtonGroupData. |
| 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 |
|---|---|---|---|
| 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 |