New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:ownerRadPictureBoxElement

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 RadMenuItem AddMenuItem(string textKey)
Parameters:textKeystringReturns:

RadMenuItem

C#
protected virtual void BuildContextMenu()
C#
protected virtual void OnContextMenuItemClick(object sender, EventArgs e)
Parameters:senderobjecteEventArgs