C# 클래스 ComponentFactory.Krypton.Navigator.KryptonNavigatorDesigner

Designer for the navigator instance.
상속: System.Windows.Forms.Design.ParentControlDesigner
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
AddPage ( ) : void

Add a new page to the navigator.

CanParent ( Control control ) : bool

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.

보호된 메소드들

메소드 설명
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, ComponentEventArgs e ) : void

Occurs when the component is being removed from the designer.

OnDragDrop ( DragEventArgs de ) : void

Called when a drag-and-drop object is dropped onto the control designer view.

OnDragEnter ( DragEventArgs de ) : void

Called when a drag-and-drop operation enters the control designer view.

OnDragOver ( DragEventArgs de ) : void

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.

비공개 메소드들

메소드 설명
MarkSelectionAsChanged ( ) : void
OnAddPage ( object sender, EventArgs e ) : void
OnClearPages ( object sender, EventArgs e ) : void
OnNavigatorDoubleClick ( object sender, Point pt ) : void
OnNavigatorMouseUp ( object sender, MouseEventArgs e ) : void
OnPageInserted ( object sender, TypedCollectionEventArgs e ) : void
OnPageRemoved ( object sender, TypedCollectionEventArgs e ) : void
OnPagesCleared ( object sender, EventArgs e ) : void
OnRemovePage ( object sender, EventArgs e ) : void
OnSelectedPageChanged ( object sender, EventArgs e ) : void
UpdateVerbStatus ( ) : void

메소드 상세

AddPage() 공개 메소드

Add a new page to the navigator.
public AddPage ( ) : void
리턴 void

CanParent() 공개 메소드

Indicates whether the specified control can be a child of the control managed by a designer.
public CanParent ( Control control ) : bool
control System.Windows.Forms.Control The Control to test.
리턴 bool

ClearPages() 공개 메소드

Remove all pages from the navigator.
public ClearPages ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases all resources used by the component.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

GetHitTest() 보호된 메소드

Indicates whether a mouse click at the specified point should be handled by the control.
protected GetHitTest ( Point point ) : bool
point Point A Point indicating the position at which the mouse was clicked, in screen coordinates.
리턴 bool

Initialize() 공개 메소드

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
리턴 void

InitializeNewComponent() 공개 메소드

Initializes a newly created component.
public InitializeNewComponent ( IDictionary defaultValues ) : void
defaultValues IDictionary A name/value dictionary of default values to apply to properties.
리턴 void

InternalControlDesigner() 공개 메소드

Returns the internal control designer with the specified index in the ControlDesigner.
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.
리턴 System.Windows.Forms.Design.ControlDesigner

NumberOfInternalControlDesigners() 공개 메소드

Returns the number of internal control designers in the ControlDesigner.
public NumberOfInternalControlDesigners ( ) : int
리턴 int

OnComponentRemoving() 보호된 메소드

Occurs when the component is being removed from the designer.
protected OnComponentRemoving ( object sender, ComponentEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.Design.ComponentEventArgs A ComponentEventArgs containing event data.
리턴 void

OnDragDrop() 보호된 메소드

Called when a drag-and-drop object is dropped onto the control designer view.
protected OnDragDrop ( DragEventArgs de ) : void
de System.Windows.Forms.DragEventArgs A DragEventArgs that provides data for the event.
리턴 void

OnDragEnter() 보호된 메소드

Called when a drag-and-drop operation enters the control designer view.
protected OnDragEnter ( DragEventArgs de ) : void
de System.Windows.Forms.DragEventArgs A DragEventArgs that provides data for the event.
리턴 void

OnDragOver() 보호된 메소드

Called when a drag-and-drop object is dragged over the control designer view.
protected OnDragOver ( DragEventArgs de ) : void
de System.Windows.Forms.DragEventArgs A DragEventArgs that provides data for the event.
리턴 void

OnMouseLeave() 보호된 메소드

Receives a call when the mouse leaves the control.
protected OnMouseLeave ( ) : void
리턴 void

RemovePage() 공개 메소드

Remove the current page from the navigator.
public RemovePage ( ) : void
리턴 void