ARCed.UI.DockPanel.SplitterDragHandler.SplitterOutline.Show C# (CSharp) Method

Show() public method

public Show ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void
                public void Show(Rectangle rect)
                {
                    this.SetDragForm(rect);
                }
DockPanel.SplitterDragHandler.SplitterOutline