ARCed.UI.DockPaneCaptionBase.ShowTabPageContextMenu C# (CSharp) Method

ShowTabPageContextMenu() protected method

protected ShowTabPageContextMenu ( Point position ) : void
position System.Drawing.Point
return void
        protected void ShowTabPageContextMenu(Point position)
        {
            this.DockPane.ShowTabPageContextMenu(this, position);
        }