C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonSplitContainerBehavior

상속: System.Windows.Forms.Design.Behavior.Behavior
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
KryptonSplitContainerBehavior ( IDesigner relatedDesigner ) : System

Initialize a new instance of the KryptonSplitContainerBehavior class.

OnMouseDown ( System.Windows.Forms.Design.Behavior.Glyph g, MouseButtons button, Point pt ) : bool

Called when any mouse-down message enters the adorner window of the BehaviorService.

OnMouseEnter ( System.Windows.Forms.Design.Behavior.Glyph g ) : bool

Called when any mouse-enter message enters the adorner window of the BehaviorService.

OnMouseLeave ( System.Windows.Forms.Design.Behavior.Glyph g ) : bool

Called when any mouse-leave message enters the adorner window of the BehaviorService.

OnMouseMove ( System.Windows.Forms.Design.Behavior.Glyph g, MouseButtons button, Point pt ) : bool

Called when any mouse-move message enters the adorner window of the BehaviorService.

OnMouseUp ( System.Windows.Forms.Design.Behavior.Glyph g, MouseButtons button ) : bool

Called when any mouse-up message enters the adorner window of the BehaviorService.

비공개 메소드들

메소드 설명
PointToSplitContainer ( System.Windows.Forms.Design.Behavior.Glyph g, Point pt ) : Point

메소드 상세

KryptonSplitContainerBehavior() 공개 메소드

Initialize a new instance of the KryptonSplitContainerBehavior class.
public KryptonSplitContainerBehavior ( IDesigner relatedDesigner ) : System
relatedDesigner IDesigner Reference to the containing designer.
리턴 System

OnMouseDown() 공개 메소드

Called when any mouse-down message enters the adorner window of the BehaviorService.
public OnMouseDown ( System.Windows.Forms.Design.Behavior.Glyph g, MouseButtons button, Point pt ) : bool
g System.Windows.Forms.Design.Behavior.Glyph A Glyph.
button MouseButtons A MouseButtons value indicating which button was clicked.
pt Point The location at which the click occurred.
리턴 bool

OnMouseEnter() 공개 메소드

Called when any mouse-enter message enters the adorner window of the BehaviorService.
public OnMouseEnter ( System.Windows.Forms.Design.Behavior.Glyph g ) : bool
g System.Windows.Forms.Design.Behavior.Glyph A Glyph.
리턴 bool

OnMouseLeave() 공개 메소드

Called when any mouse-leave message enters the adorner window of the BehaviorService.
public OnMouseLeave ( System.Windows.Forms.Design.Behavior.Glyph g ) : bool
g System.Windows.Forms.Design.Behavior.Glyph A Glyph.
리턴 bool

OnMouseMove() 공개 메소드

Called when any mouse-move message enters the adorner window of the BehaviorService.
public OnMouseMove ( System.Windows.Forms.Design.Behavior.Glyph g, MouseButtons button, Point pt ) : bool
g System.Windows.Forms.Design.Behavior.Glyph A Glyph.
button MouseButtons A MouseButtons value indicating which button was clicked.
pt Point The location at which the move occurred.
리턴 bool

OnMouseUp() 공개 메소드

Called when any mouse-up message enters the adorner window of the BehaviorService.
public OnMouseUp ( System.Windows.Forms.Design.Behavior.Glyph g, MouseButtons button ) : bool
g System.Windows.Forms.Design.Behavior.Glyph A Glyph.
button MouseButtons A MouseButtons value indicating which button was clicked.
리턴 bool