[]
Provides data for the BeforeRightClick events.
public sealed class BeforeRightClickEventArgs : MouseEventArgs
Public NotInheritable Class BeforeRightClickEventArgs
Inherits MouseEventArgs
Name | Description |
---|---|
Cancel | Gets or sets a boolean value indicates whether the default right-click action is performed when the procedure is finished. |
ContextMenuStrip | Gets or sets the ContextMenuStrip associated with this event. |
ContextMenuType | Get type of context menu. |