Method | Description | |
---|---|---|
AddPage ( ) : void |
Add a new page to the navigator.
|
|
CanParent ( |
Indicates whether the specified control can be a child of the control managed by a designer.
|
|
ClearPages ( ) : void |
Remove all pages from the navigator.
|
|
Initialize ( IComponent component ) : void |
Initializes the designer with the specified component.
|
|
InitializeNewComponent ( IDictionary defaultValues ) : void |
Initializes a newly created component.
|
|
InternalControlDesigner ( int internalControlIndex ) : System.Windows.Forms.Design.ControlDesigner |
Returns the internal control designer with the specified index in the ControlDesigner.
|
|
NumberOfInternalControlDesigners ( ) : int |
Returns the number of internal control designers in the ControlDesigner.
|
|
RemovePage ( ) : void |
Remove the current page from the navigator.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases all resources used by the component.
|
|
GetHitTest ( Point point ) : bool |
Indicates whether a mouse click at the specified point should be handled by the control.
|
|
OnComponentRemoving ( object sender, |
Occurs when the component is being removed from the designer.
|
|
OnDragDrop ( |
Called when a drag-and-drop object is dropped onto the control designer view.
|
|
OnDragEnter ( |
Called when a drag-and-drop operation enters the control designer view.
|
|
OnDragOver ( |
Called when a drag-and-drop object is dragged over the control designer view.
|
|
OnMouseLeave ( ) : void |
Receives a call when the mouse leaves the control.
|
Method | Description | |
---|---|---|
MarkSelectionAsChanged ( ) : void | ||
OnAddPage ( object sender, |
||
OnClearPages ( object sender, |
||
OnNavigatorDoubleClick ( object sender, Point pt ) : void | ||
OnNavigatorMouseUp ( object sender, MouseEventArgs e ) : void | ||
OnPageInserted ( object sender, TypedCollectionEventArgs |
||
OnPageRemoved ( object sender, TypedCollectionEventArgs |
||
OnPagesCleared ( object sender, |
||
OnRemovePage ( object sender, |
||
OnSelectedPageChanged ( object sender, |
||
UpdateVerbStatus ( ) : void |
public CanParent ( |
||
control | The Control to test. | |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
protected GetHitTest ( Point point ) : bool | ||
point | Point | A Point indicating the position at which the mouse was clicked, in screen coordinates. |
return | bool |
public Initialize ( IComponent component ) : void | ||
component | IComponent | The IComponent to associate the designer with. |
return | void |
public InitializeNewComponent ( IDictionary defaultValues ) : void | ||
defaultValues | IDictionary | A name/value dictionary of default values to apply to properties. |
return | void |
public InternalControlDesigner ( int internalControlIndex ) : System.Windows.Forms.Design.ControlDesigner | ||
internalControlIndex | int | A specified index to select the internal control designer. This index is zero-based. |
return | System.Windows.Forms.Design.ControlDesigner |
public NumberOfInternalControlDesigners ( ) : int | ||
return | int |
protected OnComponentRemoving ( object sender, |
||
sender | object | Source of the event. |
e | A ComponentEventArgs containing event data. | |
return | void |
protected OnDragDrop ( |
||
de | A DragEventArgs that provides data for the event. | |
return | void |
protected OnDragEnter ( |
||
de | A DragEventArgs that provides data for the event. | |
return | void |
protected OnDragOver ( |
||
de | A DragEventArgs that provides data for the event. | |
return | void |