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

Selected Shell ContextMenu command.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs.ShellHelpers

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

C#
public enum ShellContextMenuCommand

Fields

Copy command.

C#
Copy = 2

Cut command.

C#
Cut = 3

Delete command.

C#
Delete = 5

Details command.

C#
Details = 13

Extra Large Icons command.

C#
ExtraLargeIconsIcons = 11

Large Icons command.

C#
LargeIcons = 10

List command.

C#
List = 12

Medium Icons command.

C#
MediumIcons = 9

NewFolder command.

C#
NewFolder = 16

None.

C#
None = 0

Open command.

C#
Open = 6

Paste command.

C#
Paste = 4

PasteShortCut command.

C#
PasteShortCut = 15

Properties command.

C#
Properties = 14

Rename command.

C#
Rename = 1

Small Icons command.

C#
SmallIcons = 8

Tiles command.

C#
Tiles = 7