Метод | Описание | |
---|---|---|
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 |
public KryptonSplitContainerBehavior ( IDesigner relatedDesigner ) : System | ||
relatedDesigner | IDesigner | Reference to the containing designer. |
Результат | System |
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 |
public OnMouseEnter ( System.Windows.Forms.Design.Behavior.Glyph g ) : bool | ||
g | System.Windows.Forms.Design.Behavior.Glyph | A Glyph. |
Результат | bool |
public OnMouseLeave ( System.Windows.Forms.Design.Behavior.Glyph g ) : bool | ||
g | System.Windows.Forms.Design.Behavior.Glyph | A Glyph. |
Результат | bool |
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 |
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 |