The ChartDesigner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartDesigner |
Methods
Name | Description | |
---|---|---|
BaseWndProc |
Processes Windows messages.
(Inherited from ControlDesigner.) |
|
CanBeParentedTo |
Indicates if this designer's control can be parented by the control of the specified designer.
(Inherited from ControlDesigner.) |
|
CreateActionList | (Overrides baseChartDesignerCreateActionList()()()().) | |
DefWndProc |
Provides default processing for Windows messages.
(Inherited from ControlDesigner.) |
|
DisplayError |
Displays information about the specified exception to the user.
(Inherited from ControlDesigner.) |
|
Dispose()()()() |
Releases all resources used by the ComponentDesigner.
(Inherited from ComponentDesignerComponentDesigner.) |
|
Dispose(Boolean) | (Overrides ControlDesigner..::..Dispose(Boolean).) | |
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.) |
|
EnableDesignMode |
Enables design time functionality for a child control.
(Inherited from ControlDesigner.) |
|
EnableDragDrop |
Enables or disables drag-and-drop support for the control being designed.
(Inherited from ControlDesigner.) |
|
Equals | (Inherited from Object.) | |
Finalize |
Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.
(Inherited from ComponentDesigner.) |
|
GetControlGlyph |
Returns a ControlBodyGlyph representing the bounds of this control.
(Inherited from ControlDesigner.) |
|
GetGlyphs |
Gets a collection of Glyph objects representing the selection borders and grab handles for a standard control.
(Inherited from ControlDesigner.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetHitTest | (Overrides ControlDesigner..::..GetHitTest(Point).) | |
GetService |
Attempts to retrieve the specified type of service from the design mode site of the designer's component.
(Inherited from ComponentDesigner.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
HookChildControls |
Routes messages from the child controls of the specified control to the designer.
(Inherited from ControlDesigner.) |
|
Initialize | (Overrides ControlDesigner..::..Initialize(IComponent).) | |
InitializeExistingComponent |
Re-initializes an existing component.
(Inherited from ControlDesigner.) |
|
InitializeNewComponent |
Initializes a newly created component.
(Inherited from ControlDesigner.) |
|
InitializeNonDefault | Obsolete.
Initializes the settings for an imported component that is already initialized to settings other than the defaults.
(Inherited from ComponentDesigner.) |
|
InternalControlDesigner |
Returns the internal control designer with the specified index in the ControlDesigner.
(Inherited from ControlDesigner.) |
|
InvokeGetInheritanceAttribute |
Gets the InheritanceAttribute of the specified ComponentDesigner.
(Inherited from ComponentDesigner.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
NumberOfInternalControlDesigners |
Returns the number of internal control designers in the ControlDesigner.
(Inherited from ControlDesigner.) |
|
OnChartChanged | ||
OnContextMenu |
Shows the context menu and provides an opportunity to perform additional processing when the context menu is about to be displayed.
(Inherited from ControlDesigner.) |
|
OnCreateHandle |
Provides an opportunity to perform additional processing immediately after the control handle has been created.
(Inherited from ControlDesigner.) |
|
OnDragComplete |
Receives a call to clean up a drag-and-drop operation.
(Inherited from ControlDesigner.) |
|
OnDragDrop |
Receives a call when a drag-and-drop object is dropped onto the control designer view.
(Inherited from ControlDesigner.) |
|
OnDragEnter |
Receives a call when a drag-and-drop operation enters the control designer view.
(Inherited from ControlDesigner.) |
|
OnDragLeave |
Receives a call when a drag-and-drop operation leaves the control designer view.
(Inherited from ControlDesigner.) |
|
OnDragOver |
Receives a call when a drag-and-drop object is dragged over the control designer view.
(Inherited from ControlDesigner.) |
|
OnGiveFeedback |
Receives a call when a drag-and-drop operation is in progress to provide visual cues based on the location of the mouse while a drag operation is in progress.
(Inherited from ControlDesigner.) |
|
OnMouseDragBegin | (Overrides ControlDesigner..::..OnMouseDragBegin(Int32, Int32).) | |
OnMouseDragEnd | (Overrides ControlDesigner..::..OnMouseDragEnd(Boolean).) | |
OnMouseDragMove | (Overrides ControlDesigner..::..OnMouseDragMove(Int32, Int32).) | |
OnMouseEnter | (Overrides ControlDesigner..::..OnMouseEnter()()()().) | |
OnMouseHover | (Overrides ControlDesigner..::..OnMouseHover()()()().) | |
OnMouseLeave | (Overrides ControlDesigner..::..OnMouseLeave()()()().) | |
OnPaintAdornments | (Overrides baseChartDesignerOnPaintAdornments(PaintEventArgs).) | |
OnSetComponentDefaults | Obsolete.
Called when the designer is intialized.
(Inherited from ControlDesigner.) |
|
OnSetCursor | (Overrides ControlDesigner..::..OnSetCursor()()()().) | |
PostFilterAttributes |
Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.) |
|
PostFilterEvents |
Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.) |
|
PostFilterProperties |
Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.) |
|
PreFilterAttributes |
Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.) |
|
PreFilterEvents |
Allows a designer to add to the set of events that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.) |
|
PreFilterProperties | (Overrides ControlDesigner..::..PreFilterProperties(IDictionary).) | |
RaiseComponentChanged |
Notifies the IComponentChangeService that this component has been changed.
(Inherited from ComponentDesigner.) |
|
RaiseComponentChanging |
Notifies the IComponentChangeService that this component is about to be changed.
(Inherited from ComponentDesigner.) |
|
RunPropPages | ||
RunPropPages2(C1Chart, PropertyPageFlags) | ||
RunPropPages2(C1Chart, array<Object>[]()[][]) | ||
RunPropPages2(C1Chart, array<Object>[]()[][], Boolean) | ||
RunPropPages2(C1Chart, array<Object>[]()[][], Object) | ||
RunPropPages2(C1Chart, array<Object>[]()[][], Boolean, PropertyPageFlags) | ||
RunWizard | ||
RunWizard2(C1Chart, array<Object>[]()[][]) | ||
RunWizard2(C1Chart, array<Object>[]()[][], Boolean) | ||
RunWizard2(C1Chart, array<Object>[]()[][], Object) | ||
ToString | (Inherited from Object.) | |
UnhookChildControls |
Routes messages for the children of the specified control to each control rather than to a parent designer.
(Inherited from ControlDesigner.) |
|
WndProc |
Processes Windows messages and optionally routes them to the control.
(Inherited from ControlDesigner.) |
Fields
Name | Description | |
---|---|---|
accessibilityObj |
Specifies the accessibility object for the designer.
(Inherited from ControlDesigner.) |
Properties
Name | Description | |
---|---|---|
AccessibilityObject |
Gets the AccessibleObject assigned to the control.
(Inherited from ControlDesigner.) |
|
ActionLists |
Gets the design-time action lists supported by the component associated with the designer.
(Inherited from ComponentDesigner.) |
|
AssociatedComponents |
Gets the collection of components associated with the component managed by the designer.
(Inherited from ControlDesigner.) |
|
AutoResizeHandles |
Gets or sets a value indicating whether resize handle allocation depends on the value of the AutoSize property.
(Inherited from ControlDesigner.) |
|
BehaviorService |
Gets the BehaviorService from the design environment.
(Inherited from ControlDesigner.) |
|
Component |
Gets the component this designer is designing.
(Inherited from ComponentDesigner.) |
|
Control |
Gets the control that the designer is designing.
(Inherited from ControlDesigner.) |
|
EnableDragRect |
Gets a value indicating whether drag rectangles can be drawn on this designer component.
(Inherited from ControlDesigner.) |
|
InheritanceAttribute |
Gets the InheritanceAttribute of the designer.
(Inherited from ControlDesigner.) |
|
Inherited |
Gets a value indicating whether this component is inherited.
(Inherited from ComponentDesigner.) |
|
ParentComponent |
Gets the parent component for the ControlDesigner.
(Inherited from ControlDesigner.) |
|
ParticipatesWithSnapLines |
Gets a value indicating whether the ControlDesigner will allow snapline alignment during a drag operation.
(Inherited from ControlDesigner.) |
|
SelectionRules |
Gets the selection rules that indicate the movement capabilities of a component.
(Inherited from ControlDesigner.) |
|
ShadowProperties |
Gets a collection of property values that override user settings.
(Inherited from ComponentDesigner.) |
|
SnapLines |
Gets a list of SnapLine objects representing significant alignment points for this control.
(Inherited from ControlDesigner.) |
|
Verbs |
Gets the design-time verbs supported by the component that is associated with the designer.
(Inherited from ComponentDesigner.) |