Class |
Description |
---|
 AbstractRibbonSubPanel |
This is the base class of RibbonRowPanel and RibbonFoldPanel. It is mostly for internal use except for providing some common... more |
AcceleratorCollection | This class contains a collection of accelerators. |
AliasCollection |
This class provides a collection for aliases. |
ButtonGroup | This class defines a group that contains button items. This group is either a MouseButtonGroup or a DigitizerButtonGroup. |
ButtonGroupCollection | This is the base class for collections of mouse and digitizer button groups. |
ButtonItem | This class represents a menu item that references a macro. It is used by both mouse buttons and tablet buttons.... more |
ButtonItemCollection | This class provides a collection for ButtonItem objects. |
CuiFileCollectionBase |
This is the base class for CUI file collections. |
CUISharedUtil |
This is class Autodesk.AutoCAD.Customization.CUISharedUtil. |
CustomizationCollection | This is the base class for all collections within the CUI file. |
CustomizationElement |
This is the base class for CUISerializer elements that can be versioned. |
 CustomizationReference |
This is the base class for elements that reference MenuMacro objects. |
CustomizationSection |
This class represents the root element of the CUI file. This element contains the HeaderSection and MenuGroup elements, as well... more |
DigitizerButtonGroupCollection | This class provides a collection for digitizer buttons. |
DoubleClickAction | This class provides access to the action that occurs on a double click. All constructors take a parent argument and... more |
DoubleClickCmd | This class provides access to the command that is launched by a double click action. |
DoubleClickCollection | This class provides a collection of DoubleClickAction objects. |
DoubleClickDxfNameChangedEventArgs | This class encapsulates arguments provided to the event that is fired when the DXF name of a double click action... more |
 ElementBase | This class provides an abstract base class from which all CUI elements are derived. |
FileOpenException | This exception can be thrown when opening a CUI file under certain circumstances (for instance, when the user does not... more |
FileSaveException | This exception can be thrown when saving a CUI file under certain circumstances (for instance, when the user does not... more |
ImageMenu | This class contains ImageMenuItem objects in the ImageMenuItemCollection . |
ImageMenuCollection | This class provides a collection for ImageMenu objects. |
ImageMenuItem | This class represents a cell within an ImageMenu object. It references a macro that is used to execute a command.... more |
ImageMenuItemCollection | This class represents a collection of ImageMenuItem objects. |
ImageUpdatedEventArgs | This class provides arguments supplied to the event that is fired when a MenuMacro image is updated. |
LspFileCollection | This class provides a collection for LSP files that are loaded with the CUI file. |
MacroCollection |
This class provides a collection for menu Macro objects. |
MacroGroup | This class contains a collection of macros within a MenuGroup. |
MacroGroupCollection | This class provides a collection of MacroGroup objects. |
MacroNameChangedEventArgs | This class represents arguments passed for the event that is fired when the name of a MenuMacro is updated. |
MacroUIDChangedEventArgs | This class represents arguments passed for the event that fires when the ID of a Macro is updated. |
MenuAccelerator | This class represents a keyboard shortcut. All constructors take a parent argument and add the newly created item to the... more |
MenuGroup | This class contains the collection of macro groups as well as all the sections of the menu file. It also... more |
MenuGroupItemsCollection | This is the base class for collections within the MenuGroup . These collections contain items such as menus, toolbars, and... more |
MenuGroupNameChangedEventArgs | This class represents arguments passed for the event that is fired when a MenuGroup name changes. |
MenuMacro |
This class is referenced by all menu items that execute a command. All constructors take a parent argument and add... more |
MenuMacroCollection | This class provides a collection for MenuMacro objects. |
ObjectProperty | This class represents the properties of an object. |
ObjectPropertyCategory | This class represents the category of an object property. |
ObjectType | This class represents each object type that needs to be customized for quick properties. |
ObjectTypeCollection | This class provides a collection for ObjectType objects. |
OverrideItem | This class represents a temporary override item. All constructors take a parent argument and add the newly created item to... more |
Panel | The Panel class contains two ToolPanel reference, one is on the above of another. It describes a Dashboard panel. |
PanelCollection | This class represents a collection of Panels. |
PanelSet | This class contains several Dashboard Panels to be shown. |
PartialCuiFileCollection | This class provides a collection for partial CUI files.This class only lists and controls the partial menu list stored... more |
PopMenu | This class is used to define pull-down and shortcut menus and submenus. |
PopMenuCollection | This is the root collection of PopMenu elements. This contains both pull-down menus and context (right click) menus. |
PopMenuItem | This class represents items in pull-down menus that execute macros or are separators. All constructors take a parent argument and... more |
 PopMenuItemBase | This is the base class from which PopMenuItem objects derive. |
PopMenuItemCollection | A collection of PopMenuItems. Items within this collection are all derived from PopMenuItemBase. The type of element returned... more |
PopMenuRef | This class is used to create a cascading submenu within another menu. It references another PopMenu by the UID that... more |
PropertyCollection | This class represents a collection of properties. |
QuickAccessToolbar |
Toolbar Class. ToolbarItems is the collection within this class that contains all the components that make up the toolbar. This... more |
QuickAccessToolbarCollection | QATToolbar Collection class. |
QuickAccessToolbarInternalParser |
This is class Autodesk.AutoCAD.Customization.QuickAccessToolbarInternalParser. |
RibbonButton |
This class creates a ribbon button. |
RibbonCommandButton |
This class creates a ribbon button that references a menu macro. The menu macro is executed when the button is... more |
RibbonControl |
The RibbonControl class encapsulates the ribbon controls. |
RibbonDataBoundDropDown |
This class encapsulates the RibbonDataBoundDropDown custom controls. |
RibbonDialogBoxLauncher |
This class contains the menu macro that is launched when clicking the Panel Dialog Box Launcher. |
RibbonFoldPanel |
Encapsulates the ribbon fold panel. The ribbon fold panel accepts as a child element only RibbonButton, RibbonCommandButton, RibbonSplitButton, RibbonToggleButton and... more |
RibbonGalleryControl | The RibbonGalleryControl class encapsulates the ribbon gallery controls. |
 RibbonItem |
Base class from which all types of RibbonItem are derived. |
RibbonItemCollection |
This class is a collection of RibbonItem. |
RibbonPanelBreak | |
RibbonPanelSource |
This class contains the panel definition for the panels. It contains the ribbon items of the panel. Multiple tabs can... more |
RibbonPanelSourceCollection |
Collection of RibbonPanelSource. |
RibbonPanelSourceReference |
This class contains a reference to a RibbonPanelSource. |
RibbonPanelSourceReferenceCollection |
This class contains a collection of RibbonPanelSourceReference. |
RibbonRoot |
Contains the collection of RibbonTabSource, the collection of RibbonPanelSource, and the collection of RibbonTabSelector defined by a menu file. There... more |
RibbonRowPanel |
This class is used to encapsulate a sub panel. |
RibbonSeparator |
This class creates a ribbon separator |
RibbonSplitButton |
This class contains collections of ribbon command buttons |
RibbonTabSelector |
This class contains a collection of RibbonSelector tabs. There are no exposed constructors for RibbonTabSelector. The RibbonTabSelector is created automatically... more |
RibbonTabSelectorCollection |
This class contains a collection of RibbonTabSelector. |
RibbonTabSource |
This class contains the panel definition for the ribbon tab. It contains the collection of panel references. |
RibbonTabSourceCollection |
This class contains a collection of RibbonTabSource. |
RibbonToggleButton |
This class creates a ribbon toggle button. |
ScreenMenu | This class represents the AutoCAD screen menu. |
ScreenMenuCollection | This class provides a collection for ScreenMenu objects. |
ScreenMenuItem | This class represents an item in a screen menu that can be clicked to execute a macro. |
ScreenMenuItemCollection | This class represents a collection of ScreenMenuItem objects. |
ShortcutKeyChangedEventArgs | This class encapsulates the arguments for a ShortcutKeyChanged event. See also ShortcutKeyChangeAction. |
TabletMenu |
This class represents one of four possible TabletMenu areas on a digitizer. It contains a TabletMenuItemCollection , which is an... more |
TabletMenuCollection | This class provides a collection of TabletMenu objects. |
TabletMenuItem | This class represents a cell, or item, in one of the four tablet menu areas. Each cell references a macro... more |
TabletMenuItemCollection | This class provides a collection for TabletMenuItem objects. |
TemporaryOverride |
This class represents a temporary override in the tree view. It contains override items for key down and key up.... more |
TemporaryOverrideCollection | This class provides a collection for TemporaryOverride objects. |
Toolbar | This class represents a toolbar. |
ToolbarButton |
This class represents a toolbar button. |
ToolbarCollection | This class provides a collection for Toolbar objects. |
ToolbarControl | This class represents a control element in a toolbar. The list of possible control elements is limited to those specified... more |
ToolbarFlyout | This class represents a toolbar flyout. |
ToolbarItemBase | This is the base class from which all toolbar items derive. |
ToolbarItemCollection | This class provides a collection for ToolbarItemBase. |
ToolbarNameChangedEventArgs | This class encapsulates arguments passed to the event that is fired when the name of a toolbar is updated. |
ToolPanel | ToolbarItems is the collection within this class that contains all the components that make up the ToolPanel. This collection... more |
ToolPanelCollection | This class represents a collection of ToolPanels. |
ToolPanelNameChangedEventArgs | These events are fired when a ToolPanel's name is updated. |
ToolPanelRef | ToolPanelRef is used to refer to the upper tool panel or lower tool panel in a Dashboard panel. |
ToolTip | This class represents tooltip information for commands. |
ToolTipContent | Represents content in the ToolTip class. |
Util | This class contains simple utility methods. |
 VersionableElement |
This is an abstract base class.The ModifiedRevision property represents the last version of AutoCAD that modified this element. This... more |
Workspace | This class represents an AutoCAD workspace. |
WorkspaceCollection | This class provides a collection for Workspace objects. |
WorkspaceDockableWindow | This class encapsulates dockable window settings within a workspace |
WorkspaceDockableWindowCollection | This class provides a collection for dockable window settings within a workspace. |
WorkspacePopMenu | This class encapsulates PopMenu settings within a workspace. |
WorkspacePopMenuCollection | This class provides a collection for PopMenu settings within a workspace. |
WorkspaceQuickAccessToolbar |
QATToolbar settings within a workspace.All constructors take a parent argument and will add the created item to the parent.... more |
WorkspaceRibbonPanelCollection | |
WorkspaceRibbonTabCollection |
Collection of WorkspaceRibbonTab. |
WorkspaceToolbar | This class contains settings for a toolbar within a workspace. |
WorkspaceToolbarCollection | This class provides a collection for WorkspaceToolbar objects. |
WSRibbonPanelSourceReference |
This class stores the panel settings within a workspace. This class stores the unique identification string corresponding to the RibbonPanelSource.... more |
WSRibbonRoot |
Contains the Ribbon settings and the collection of WSRibbonTabSourceReference objects in the workspace. There are no exposed constructors for WSRibbonRoot.... more |
WSRibbonTabSourceReference | |
WSToolbarChangedEventArgs | This class encapsulates arguments passed to the event that fires when settings are changed for a workspace toolbar. |