BaseWndProc (inherited from ControlDesigner) | Processes Windows messages. |
CreateTool (inherited from ParentControlDesigner) | Creates a component or control from the specified tool and adds it to the current design document. |
CreateTool (inherited from ParentControlDesigner) | Creates a component or control from the specified tool and adds it to the current design document at
the specified location. |
CreateTool (inherited from ParentControlDesigner) | Creates a component or control from the specified tool and adds it to the current design document
within the bounds of the specified rectangle. |
CreateToolCore | |
DefWndProc (inherited from ControlDesigner) | Provides default processing for messages. |
DisplayError (inherited from ControlDesigner) | Displays information about the specified exception to the user. |
Dispose (inherited from ParentControlDesigner) | Releases the unmanaged resources used by the ParentControlDesigner and optionally releases the managed
resources. |
EnableDragDrop (inherited from ControlDesigner) | Enables or disables drag-and-drop support. |
Finalize (inherited from ComponentDesigner) | |
GetControl (inherited from ParentControlDesigner) | Gets the control from the designer of the specified component. |
GetHitTest (inherited from ControlDesigner) | Indicates whether the
specified point is within the bounds of the component. |
GetService (inherited from ComponentDesigner) | Provides
a way for a designer to get services from the hosting
environment. |
GetUpdatedRect (inherited from ParentControlDesigner) | Updates the position of the specified rectangle,
adjusting it for grid alignment if gird alignment mode is
enabled. |
HookChildControls (inherited from ControlDesigner) | Routes messages from the child controls of the specified control to the designer. |
InvokeGetInheritanceAttribute (inherited from ComponentDesigner) | Gets the InheritanceAttribute of the specified
ComponentDesigner. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnContextMenu (inherited from ControlDesigner) | Shows the context menu and provides an opportunity to perform additional processing when the context menu is about to be displayed. |
OnCreateHandle (inherited from ControlDesigner) | Provides an opportunity to perform additional
processing immediately after the control handle has been created. |
OnDragDrop |
Attempts to host the control on the panel on which it was dropped.
|
OnDragEnter (inherited from ParentControlDesigner) | Provides an opportunity to perform processing when an object is dragged into the area over the designer's control. |
OnDragLeave (inherited from ParentControlDesigner) | Provides an opportunity to perform processing when an object is dragged out of the area over the designer's control. |
OnDragOver (inherited from ParentControlDesigner) | Provides an opportunity to perform processing when an object is dragged over the control designer view. |
OnGiveFeedback (inherited from ParentControlDesigner) | Provides an opportunity to perform processing to
provide visual cues based on the location of the mouse
while a drag operation is in progress. |
OnMouseDragBegin (inherited from ParentControlDesigner) | Provides an opportunity to perform processing when a drag operation begins. |
OnMouseDragEnd (inherited from ParentControlDesigner) | Provides an opportunity to perform processing when a drag operation
ends. |
OnMouseDragMove (inherited from ParentControlDesigner) | Provides an opportunity to perform processing for
each movement of the mouse during an OLE drag operation. |
OnMouseEnter (inherited from ParentControlDesigner) | Provides an opportunity to perform processing when the mouse cursor enters the area over the
control. |
OnMouseHover (inherited from ParentControlDesigner) | Provides an opportunity to perform processing when the mouse hovers
at a point over the control. |
OnMouseLeave (inherited from ParentControlDesigner) | Provides an opportunity to perform processing when the mouse leaves
the area over the control. |
OnPaintAdornments (inherited from ParentControlDesigner) | Provides an opportunity to perform processing after a component has finished painting. |
OnSetCursor (inherited from ParentControlDesigner) |
Provides an opportunity to change the current mouse cursor. |
PostFilterAttributes (inherited from ComponentDesigner) | Allows a designer to change or remove items from the set
of attributes that it exposes through a TypeDescriptor.
|
PostFilterEvents (inherited from ComponentDesigner) | Allows a designer to change or remove items from the set
of events that it exposes through a TypeDescriptor.
|
PostFilterProperties (inherited from ComponentDesigner) | Allows a designer to change or remove items from the set
of properties that it exposes through a TypeDescriptor.
|
PreFilterAttributes (inherited from ComponentDesigner) | Allows a designer to add to the set
of
attributes that it exposes through a TypeDescriptor. |
PreFilterEvents (inherited from ComponentDesigner) | Allows a designer to add to the
set of events that it exposes through a TypeDescriptor
.
|
PreFilterProperties (inherited from ParentControlDesigner) | Adjusts the set of properties the component will expose
through a TypeDescriptor
. |
RaiseComponentChanged (inherited from ComponentDesigner) | Notifies the IComponentChangeService that
this component has been changed.
|
RaiseComponentChanging (inherited from ComponentDesigner) | Notifies the IComponentChangeService that
this component is about to be changed.
|
UnhookChildControls (inherited from ControlDesigner) | Routes messages for the children of the specified
control to each control rather than to a parent designer. |
WndProc (inherited from ParentControlDesigner) | Processes Windows messages. |