Version

MdiTabContextMenuEventArgs Constructor

Initializes a new MdiTabContextMenuEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal manager As UltraTabbedMdiManager, _
   ByVal tab As MdiTab, _
   ByVal contextMenu As Infragistics.Win.IGControls.IGContextMenu, _
   ByVal contextMenuType As MdiTabContextMenu _
)
public MdiTabContextMenuEventArgs( 
   UltraTabbedMdiManager manager,
   MdiTab tab,
   Infragistics.Win.IGControls.IGContextMenu contextMenu,
   MdiTabContextMenu contextMenuType
)

Parameters

manager
The owning UltraTabbedMdiManager
tab
MdiTab for which the context menu will be displayed
contextMenu
ContextMenu that will be displayed. The ContextMenu should be initialized based on the tab
contextMenuType
Enumeration indicating the reason that the context menu will be displayed
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also