protected void ShowTabPageContextMenu(Point position) { DockPane.ShowTabPageContextMenu(this, position); }
private void Close_Click(object sender, EventArgs e) { DockPane.CloseActiveContent(); }
internal TabCollection(DockPane pane) { m_dockPane = pane; }
internal DockContentCollection(DockPane pane) : base(_emptyList) { m_dockPane = pane; }