C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputHtmlLabel Class / ContextMenuShowing Event

ContextMenuShowing Event (InputHtmlLabel)
Fires when the context menu should appear.
Syntax
'Declaration
 
Public Event ContextMenuShowing As ContextMenuShowingEventHandler
 
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