ClassPdfViewerContextMenu
Represents the default context menu used in RadPdfViewer
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PdfViewer.dll
Syntax:
public class PdfViewerContextMenu : RadContextMenu, IComponent, IDisposable, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentRadContextMenuPdfViewerContextMenu
Implements:
Inherited Members
Constructors
PdfViewerContextMenu(RadPdfViewerElement)
Declaration
public PdfViewerContextMenu(RadPdfViewerElement pdfViewerElement)
Parameters
pdfViewerElement
Properties
CopyItem
Gets the "Copy" menu item.
DeselectAllItem
Gets the "Deselect All" menu item.
Declaration
public RadMenuItem DeselectAllItem { get; }
Property Value
FindItem
Gets the "Find" menu item.
HandToolItem
Gets the "Hand" menu item.
NextPageItem
Gets the "Next Page" menu item.
PdfViewerElement
Gets the RadPdfViewerElement which owns this menu.
Declaration
public RadPdfViewerElement PdfViewerElement { get; }
Property Value
PreviousPageItem
Gets the "Previous Page" menu item.
Declaration
public RadMenuItem PreviousPageItem { get; }
Property Value
PrintItem
Gets the "Print" menu item.
SelectAllItem
Gets the "Select All" menu item.
SelectionToolItem
Gets the "Selection" menu item.
Declaration
public RadMenuItem SelectionToolItem { get; }
Property Value
Methods
OnCopyItemClicked(object, EventArgs)
Called when the "Copy" item is clicked.
OnDeselectAllItemClicked(object, EventArgs)
Called when the "Deselect All" item is clicked.
OnDropDownOpening(CancelEventArgs)
Raises the DropDownOpening event.
Declaration
protected override void OnDropDownOpening(CancelEventArgs args)
Parameters
args
The event arguments
Overrides
OnFindItemClicked(object, EventArgs)
Called when the "Find" item is clicked.
OnHandToolItemClicked(object, EventArgs)
Called when the "Hand" item is clicked.
OnNextPageItemClicked(object, EventArgs)
Called when the "Next Page" item is clicked.
OnPreviousPageItemClicked(object, EventArgs)
Called when the "Previous Page" item is clicked.
OnPrintItemClicked(object, EventArgs)
Called when the "Print" item is clicked.
OnSelectAllItemClicked(object, EventArgs)
Called when the "Select All" item is clicked.
OnSelectionToolItemClicked(object, EventArgs)
Called when the "Selection" item is clicked.
PrepareMenuItems()
Called when the menu is showing to update the state of its items.
Declaration
protected virtual void PrepareMenuItems()