C# Class ComponentFactory.Krypton.Toolkit.KryptonSplitContainerBehavior

Inheritance: System.Windows.Forms.Design.Behavior.Behavior
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
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.

Private Methods

Method Description
PointToSplitContainer ( System.Windows.Forms.Design.Behavior.Glyph g, Point pt ) : Point

Method Details

KryptonSplitContainerBehavior() public method

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

OnMouseDown() public method

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.
return bool

OnMouseEnter() public method

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.
return bool

OnMouseLeave() public method

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.
return bool

OnMouseMove() public method

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.
return bool

OnMouseUp() public method

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.
return bool