C# Class ARCed.UI.DockPanel.SplitterDragHandler

Inheritance: DragHandler
Afficher le fichier Open project: borisblizzard/arcreator

Private Properties

Свойство Type Description
GetMovingOffset int
GetSplitterOutlineBounds System.Drawing.Rectangle

Méthodes publiques

Méthode Description
BeginDrag ( ISplitterDragSource dragSource, Rectangle rectSplitter ) : void
SplitterDragHandler ( DockPanel dockPanel ) : System.Drawing

Méthodes protégées

Méthode Description
OnDragging ( ) : void
OnEndDrag ( bool abort ) : void

Private Methods

Méthode Description
GetMovingOffset ( Point ptMouse ) : int
GetSplitterOutlineBounds ( Point ptMouse ) : Rectangle

Method Details

BeginDrag() public méthode

public BeginDrag ( ISplitterDragSource dragSource, Rectangle rectSplitter ) : void
dragSource ISplitterDragSource
rectSplitter System.Drawing.Rectangle
Résultat void

OnDragging() protected méthode

protected OnDragging ( ) : void
Résultat void

OnEndDrag() protected méthode

protected OnEndDrag ( bool abort ) : void
abort bool
Résultat void

SplitterDragHandler() public méthode

public SplitterDragHandler ( DockPanel dockPanel ) : System.Drawing
dockPanel DockPanel
Résultat System.Drawing