C# 클래스 ComponentFactory.Krypton.Workspace.KryptonWorkspaceDesigner

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

공개 메소드들

메소드 설명
CanParent ( Control control ) : bool

Indicates whether the specified control can be a child of the control managed by a designer.

Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

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.

비공개 메소드들

메소드 설명
OnComponentRemoving ( object sender, ComponentEventArgs e ) : 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

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Initialize() 공개 메소드

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate with the designer.
리턴 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