The C1PrintDocumentDesigner type exposes the following members.

Methods

  Name Description
Public method Dispose
Releases all resources used by the ComponentDesigner.
(Inherited from ComponentDesigner.)
Public method DoDefaultAction
Creates a method signature in the source code file for the default event on the component and navigates the user's cursor to that location.
(Inherited from ComponentDesigner.)
Public method Initialize
Initializes the designer with the specified component.
(Overrides ComponentDesigner..::..Initialize(IComponent).)
Public method InitializeExistingComponent
Reinitializes an existing component.
(Inherited from ComponentDesigner.)
Public method InitializeNewComponent
Initializes a newly created component.
(Inherited from ComponentDesigner.)
Public method InitializeNonDefault Obsolete.
Initializes the settings for an imported component that is already initialized to settings other than the defaults.
(Inherited from ComponentDesigner.)
Public method OnSetComponentDefaults Obsolete.
Sets the default properties for the component.
(Inherited from ComponentDesigner.)

Properties

  Name Description
Public property ActionLists
Gets the collection of DesignerActionList associated with this designer.
(Overrides ComponentDesigner..::..ActionLists.)
Public property AssociatedComponents
Gets the collection of components associated with the component managed by the designer.
(Inherited from ComponentDesigner.)
Public property Component
Gets the component this designer is designing.
(Inherited from ComponentDesigner.)
Public property Verbs
Gets the design-time verbs supported by the component that is associated with the designer.
(Inherited from ComponentDesigner.)

See Also