InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputRadioButton Class / ContextMenuShowing Event

In This Topic
    ContextMenuShowing Event (InputRadioButton)
    In This Topic
    Fires when the context menu should appear.
    Syntax
    'Declaration
     
    Public Event ContextMenuShowing As ContextMenuShowingEventHandler
    public event ContextMenuShowingEventHandler ContextMenuShowing
    Event Data

    The event handler receives an argument of type ContextMenuShowingEventArgs containing data related to this event. The following ContextMenuShowingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets whether the context menu appeared successfully.  
    Gets the screen point where the context menu should appear.  
    Gets the x-coordinate of the screen point where the context menu should appear.  
    Gets the y-coordinate of the screen point where the context menu should appear.  
    See Also