[]
        
(Showing Draft Content)

C1.Win.InputPanel.ContextMenuShowingEventArgs

ContextMenuShowingEventArgs Class

Provides data for a ContextMenuShowing event.

Inheritance
ContextMenuShowingEventArgs
Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public class ContextMenuShowingEventArgs : EventArgs

Constructors

Name Description
ContextMenuShowingEventArgs(int, int)

Initializes a new instance of the ContextMenuShowingEventArgs class.

Properties

Name Description
Handled

Gets or sets whether the context menu appeared successfully.

Location

Gets the screen point where the context menu should appear.

X

Gets the x-coordinate of the screen point where the context menu should appear.

Y

Gets the y-coordinate of the screen point where the context menu should appear.