In This Article

AdvancedTabControlMenuEventArgs Class

Provides event arguments for customizing a menu that is opening within an AdvancedTabControl.

public class AdvancedTabControlMenuEventArgs : EventArgs
Inheritance:
Object EventArgs Object

Constructors

AdvancedTabControlMenuEventArgs()

public AdvancedTabControlMenuEventArgs()

Properties

Menu

Gets or sets the ContextMenu that is about to be displayed.

public ContextMenu Menu { get; set; }

Property Value

ContextMenu:

The ContextMenu that is about to be displayed.

TabItem

Gets the related AdvancedTabItem, if any.

public AdvancedTabItem TabItem { get; }

Property Value

AdvancedTabItem:

The related AdvancedTabItem, if any.

Inherited Members