ComponentOne InputPanel for WinForms
ContextMenuShowing Event

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputComponent Class : ContextMenuShowing Event
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