Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / GetC1ContextMenu Method
The control or NotifyIcon for which to retrieve the context menu.

In This Topic
    GetC1ContextMenu Method
    In This Topic
    Gets a context menu contained within the C1CommandHolder.
    Syntax
    'Declaration
     
    
    Public Function GetC1ContextMenu( _
       ByVal control As Object _
    ) As C1ContextMenu
    public C1ContextMenu GetC1ContextMenu( 
       object control
    )

    Parameters

    control
    The control or NotifyIcon for which to retrieve the context menu.
    See Also