An NDoc Documented Class Library

ContainerStatusBarDesigner Methods

The methods of the ContainerStatusBarDesigner class are listed below. For a complete list of ContainerStatusBarDesigner class members, see the ContainerStatusBarDesigner Members topic.

Public Instance Methods

CanBeParentedTo (inherited from ControlDesigner) Indicates whether the control managed by the specified designer can be a child of the control managed by this designer.
CanParent (inherited from ParentControlDesigner)Indicates whether the specified control can be a child of the control managed by this designer.
CanParent (inherited from ParentControlDesigner)Indicates whether the control managed by the specified designer can be a child of the control managed by this designer.
Dispose (inherited from ComponentDesigner) Releases all resources used by the ComponentDesigner .
DoDefaultAction (inherited from ComponentDesigner)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 in preparation for assigning the default action.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Initialize Prepares the designer to view, edit, and design ContainerStatusBar
InitializeNonDefault (inherited from ControlDesigner)Initializes properties of the control to any non-default values.
OnSetComponentDefaults (inherited from ControlDesigner) Called when the designer is initialized, so the designer can set default values for properties of the component.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.

Explicit Interface Implementations

IDesignerFilter.PostFilterAttributes (inherited from ComponentDesigner)
IDesignerFilter.PostFilterEvents (inherited from ComponentDesigner)
IDesignerFilter.PostFilterProperties (inherited from ComponentDesigner)
IDesignerFilter.PreFilterAttributes (inherited from ComponentDesigner)
IDesignerFilter.PreFilterEvents (inherited from ComponentDesigner)
IDesignerFilter.PreFilterProperties (inherited from ComponentDesigner)

See Also

ContainerStatusBarDesigner Class | Genghis.Windows.Forms.Design Namespace