Gets the dock control for which the DockManager.PopupMenuShowing event has been fired.
public Control Control { get; }
Public ReadOnly Property Control As Control
The Control property refers to the dock object (an AutoHideContainer or DockPanel) for which the popup menu is to be displayed.