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

ShortContextMenuOptions is Flags enum indicating the available options in the context menu which appears on empty spaces in ExplorerControl.

Definition

Namespace:Telerik.WinControls.FileDialogs

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
[Flags]
public enum ShortContextMenuOptions

Fields

All options in the menu are available.

C#
All = View | Paste | NewFolder | Properties

New folder menu option.

C#
NewFolder = 4

Paste menu option.

C#
Paste = 2

Properties menu option.

C#
Properties = 8

View menu option.

C#
View = 1
In this article
DefinitionFieldsAllNewFolderPastePropertiesView
Not finding the help you need?
Contact Support