Switch that specifies if the context menu should be available by a right-click on a folder or upload pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ShowContextMenu As Boolean
public bool ShowContextMenu { get; set; }
A boolean value (true
or false
). If true
, the context menu is displayed when the user right-clicks a pane.
Default value is true
.