Class ContextMenuDisplayingEventArgs
Encapsulates the arguments, associated with
Inheritance
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class ContextMenuDisplayingEventArgs : CancelEventArgs
Constructors
ContextMenuDisplayingEventArgs(DockWindow, List<RadMenuItemBase>, Point)
Declaration
public ContextMenuDisplayingEventArgs(DockWindow window, List<RadMenuItemBase> items, Point displayPos)
Parameters
Dock
|
System.
|
System.
|
ContextMenuDisplayingEventArgs(DocumentTabStrip, List<RadMenuItemBase>, Point)
Declaration
public ContextMenuDisplayingEventArgs(DocumentTabStrip strip, List<RadMenuItemBase> items, Point displayPos)
Parameters
Document
|
System.
|
System.
|
Properties
DisplayPosition
Gets or sets the position (in screen coordinates) where the context menu will be displayed.
Declaration
public Point DisplayPosition { get; set; }
Property Value
System.
|
DockWindow
Gets the Dock
Declaration
public DockWindow DockWindow { get; }
Property Value
DocumentStrip
Gets the Document
Declaration
public DocumentTabStrip DocumentStrip { get; }
Property Value
MenuItems
Gets the List of menu items, which are about to be displayed.
Declaration
public List<RadMenuItemBase> MenuItems { get; }
Property Value
System.
|
MenuType
Gets the type of the context menu requested.
Declaration
public ContextMenuType MenuType { get; }