[]
Provides data for the ContextMenuPopup event.
public class ContextMenuPopupEventArgs : EventArgs
Name | Description |
---|---|
ContextMenuPopupEventArgs() | Initializes a new instance of a ContextMenuPopupEventArgs. |
ContextMenuPopupEventArgs(int, int) | Initializes a new instance of a ContextMenuPopupEventArgs. |
Name | Description |
---|---|
FromKeyboard | Gets a value indicating if the event came from the keyboard. |
X | Gets the X screen coordinate, in pixels. |
Y | Gets the Y screen coordinate, in pixels. |