Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / ShowingMenuEventArgs Class / ShowingMenuEventArgs Constructor
A ContextMenuStrip representing the menu being shown.


In This Topic
    ShowingMenuEventArgs Constructor
    In This Topic
    Initializes a new instance of the ShowingMenuEventArgs class specifying the menu that is being shown.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tabMenu As ContextMenuStrip _
    )
    'Usage
     
    Dim tabMenu As ContextMenuStrip
     
    Dim instance As New ShowingMenuEventArgs(tabMenu)
    public ShowingMenuEventArgs( 
       ContextMenuStrip tabMenu
    )

    Parameters

    tabMenu
    A ContextMenuStrip representing the menu being shown.
    Requirements

    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

    See Also