Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / ContextInfo Class / ContextInfo Constructor
The control where the context menu was shown.
The location inside the Source control where the context menu was shown.

In This Topic
    ContextInfo Constructor
    In This Topic
    Initializes a new instance of the ContextInfo class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal source As Control, _
       ByVal location As Point _
    )
    public ContextInfo( 
       Control source,
       Point location
    )

    Parameters

    source
    The control where the context menu was shown.
    location
    The location inside the Source control where the context menu was shown.
    See Also