InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputRadioButton Class / OnContextMenuShowing Method

In This Topic
    OnContextMenuShowing Method (InputRadioButton)
    In This Topic
    Raises the ContextMenuShowing event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnContextMenuShowing( _
       ByVal e As ContextMenuShowingEventArgs _
    ) 
    protected virtual void OnContextMenuShowing( 
       ContextMenuShowingEventArgs e
    )

    Parameters

    e
    See Also