AddButton |
Method that creates a new button CommandControl object. An example of this type of control is the 'Extrude' feature command button. |
AddButtonPopup |
Method that creates a new popup CommandControl object. An example of this type of control is the 'Display Mode' drop down (Shaded, Hidden Edge, Wireframe) available on the 'View' tab of the ribbon in parts and assemblies. |
AddComboBox |
Method that creates a new combo-box CommandControl object. |
AddCopy |
Method that creates a copy of an existing CommandControl object as a child control of the current CommandControl. This can be used to copy controls between ribbon panels. |
AddGallery |
Method that creates a new gallery CommandControl object. An example of this type of control is the gallery control available in the Symbols panel of the Annotate tab in drawings. |
AddMacro |
Method that creates a new macro CommandControl object. |
AddPopup |
Method that creates a new popup CommandControl object. An example of this type of control is the 'Switch' control available in the Windows panel of the View tab. |
AddSeparator |
Method that creates a new separator CommandControl object. |
AddSplitButton |
Method that creates a new split button CommandControl object. An example of this type of control is the 'New File' split button drop down available in the Quick Access Toolbar. |
AddSplitButtonMRU |
Method that creates a new split button MRU (Most Recently Used) CommandControl object. An example of this type of control is the 'Circle' drop down in the Sketch tab of the ribbon. |
AddTogglePopup |
Method that creates a new toggle popup CommandControl object. An example of this type of control is the 'Object Visibility' control available in the Visibility panel of the Views tab. |