ClassPictureBoxContextMenuProperties
Class
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:
cs-api-definition
public class PictureBoxContextMenuProperties
Inheritance: objectPictureBoxContextMenuProperties
Constructors
PictureBoxContextMenuProperties(RadPictureBoxElement)
Initializes a new instance of the PictureBoxZoomProperties class.
Declaration
cs-api-definition
public PictureBoxContextMenuProperties(RadPictureBoxElement owner)
Parameters
owner
Properties
CopyItem
Gets the copy menu item.
CutItem
Gets the cut menu item.
EditItem
Gets the edit menu item.
OpenItem
Gets the open menu item.
PasteItem
Gets the paste menu item.
RemoveItem
Gets the remove menu item.
SaveItem
Gets the save menu item.
Methods
AddMenuItem(string)
Declaration
cs-api-definition
protected virtual RadMenuItem AddMenuItem(string textKey)
Parameters
textKey
Returns
BuildContextMenu()
Declaration
cs-api-definition
protected virtual void BuildContextMenu()