The C1PrintDocumentDesigner type exposes the following members.

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.)
Protected property InheritanceAttribute
Gets an attribute that indicates the type of inheritance of the associated component.
(Inherited from ComponentDesigner.)
Protected property Inherited
Gets a value indicating whether this component is inherited.
(Inherited from ComponentDesigner.)
Protected property ParentComponent
Gets the parent component for this designer.
(Inherited from ComponentDesigner.)
Protected property ShadowProperties
Gets a collection of property values that override user settings.
(Inherited from ComponentDesigner.)
Public property Verbs
Gets the design-time verbs supported by the component that is associated with the designer.
(Inherited from ComponentDesigner.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property ITreeDesigner..::..Children
For a description of this member, see the Children property.
(Inherited from ComponentDesigner.)
Explicit interface implemetation Private property ITreeDesigner..::..Parent
For a description of this member, see the Parent property.
(Inherited from ComponentDesigner.)

See Also