BCGSoft.ControlBars Namespace > MdiTabsOptions Class : MdiTabContextMenu Event |
'Declaration Public Event MdiTabContextMenu As MdiTabsContextMenuHandler
'Usage Dim instance As MdiTabsOptions Dim handler As MdiTabsContextMenuHandler AddHandler instance.MdiTabContextMenu, handler
public event MdiTabsContextMenuHandler MdiTabContextMenu
public: __event MdiTabsContextMenuHandler* MdiTabContextMenu
public: event MdiTabsContextMenuHandler^ MdiTabContextMenu
The event handler receives an argument of type MdiTabsContextMenuEventArgs containing data related to this event. The following MdiTabsContextMenuEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ActiveContainer | Gets a MDIContainer which contains the tab strip with selected tab. |
Handled (Inherited from System.ComponentModel.HandledEventArgs) | |
MdiForm | Gets a form related to the selected tab item for which the context menu will be shown. |
MenuLocation | Gets a point in screen coordinates of the upper-left corner of the context menu to show. |
TabbedDockingPane | Gets a docking pane embedded to the form associated with selected tab item. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2