ARCed.UI.DockPanel.BeginDrag C# (CSharp) Méthode

BeginDrag() private méthode

private BeginDrag ( IDockDragSource dragSource ) : void
dragSource IDockDragSource
Résultat void
        internal void BeginDrag(IDockDragSource dragSource)
        {
            this.GetDockDragHandler().BeginDrag(dragSource);
        }

Same methods

DockPanel::BeginDrag ( ISplitterDragSource dragSource, Rectangle rectSplitter ) : void