A class that defines the properties that are related to the context menu in RadPictureBoxElement.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PictureBoxContextMenuProperties
Inheritance: objectPictureBoxContextMenuProperties
Constructors
Initializes a new instance of the PictureBoxZoomProperties class.
C#
public PictureBoxContextMenuProperties(RadPictureBoxElement owner)
Properties
Gets the copy menu item.
C#
public RadMenuItem CopyItem { get; }
Gets the cut menu item.
C#
public RadMenuItem CutItem { get; }
Gets the edit menu item.
C#
public RadMenuItem EditItem { get; }
Gets the open menu item.
C#
public RadMenuItem OpenItem { get; }
Gets the paste menu item.
C#
public RadMenuItem PasteItem { get; }
Gets the remove menu item.
C#
public RadMenuItem RemoveItem { get; }
Gets the save menu item.
C#
public RadMenuItem SaveItem { get; }
Methods
C#
protected virtual void BuildContextMenu()