In This Article

TabStripPageContextMenuEventArgs Class

Provides data for TabStripPage context menu events.

public class TabStripPageContextMenuEventArgs : TabStripPageEventArgs
Inheritance:
object EventArgs TabStripPageEventArgs object

Constructors

TabStripPageContextMenuEventArgs(TabStripPage, Rectangle)

Initializes a new instance of the TabStripPageContextMenuEventArgs class.

public TabStripPageContextMenuEventArgs(TabStripPage tabStripPage, Rectangle bounds)
Parameter Type Description
tabStripPage TabStripPage

The TabStripPage affected by this event.

bounds Rectangle

The bounds around which the menu should be displayed.

Properties

Bounds

Gets the bounds around which the menu should be displayed.

public Rectangle Bounds { get; }

Property Value

Rectangle:

The bounds around which the menu should be displayed.

Inherited Members