The C1PrintDocumentDesigner type exposes the following members.

Methods

  Name Description
Public method Dispose()()()()
Releases all resources used by the ComponentDesigner.
(Inherited from ComponentDesignerComponentDesigner.)
Protected method Dispose(Boolean)
Releases the unmanaged resources used by the ComponentDesigner and optionally releases the managed resources.
(Inherited from ComponentDesignerComponentDesigner.)
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.)
Protected method Finalize
Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.
(Inherited from ComponentDesigner.)
Protected method GetService
Attempts to retrieve the specified type of service from the design mode site of the designer's component.
(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.)
Protected method InvokeGetInheritanceAttribute
Gets the InheritanceAttribute of the specified ComponentDesigner.
(Inherited from ComponentDesigner.)
Public method OnSetComponentDefaults Obsolete.
Sets the default properties for the component.
(Inherited from ComponentDesigner.)
Protected method PostFilterAttributes
Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected method PostFilterEvents
Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected method PostFilterProperties
Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected method PreFilterAttributes
Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected method PreFilterEvents
Allows a designer to add to the set of events that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected method PreFilterProperties
Allows a designer to add to the set of properties that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected method RaiseComponentChanged
Notifies the IComponentChangeService that this component has been changed.
(Inherited from ComponentDesigner.)
Protected method RaiseComponentChanging
Notifies the IComponentChangeService that this component is about to be changed.
(Inherited from ComponentDesigner.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IDesignerFilter..::..PostFilterAttributes
For a description of this member, see the PostFilterAttributes(IDictionary) method.
(Inherited from ComponentDesigner.)
Explicit interface implemetation Private method IDesignerFilter..::..PostFilterEvents
For a description of this member, see the PostFilterEvents(IDictionary) method.
(Inherited from ComponentDesigner.)
Explicit interface implemetation Private method IDesignerFilter..::..PostFilterProperties
For a description of this member, see the PostFilterProperties(IDictionary) method.
(Inherited from ComponentDesigner.)
Explicit interface implemetation Private method IDesignerFilter..::..PreFilterAttributes
For a description of this member, see the PreFilterAttributes(IDictionary) method.
(Inherited from ComponentDesigner.)
Explicit interface implemetation Private method IDesignerFilter..::..PreFilterEvents
For a description of this member, see the PreFilterEvents(IDictionary) method.
(Inherited from ComponentDesigner.)
Explicit interface implemetation Private method IDesignerFilter..::..PreFilterProperties
For a description of this member, see the PreFilterProperties(IDictionary) method.
(Inherited from ComponentDesigner.)

See Also