C# Класс ComponentFactory.Krypton.Toolkit.KryptonSplitContainerBehavior

Наследование: System.Windows.Forms.Design.Behavior.Behavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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