This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.ShowContextMenu Property

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)

Syntax

Visual Basic
Public Property ShowContextMenu As Boolean
C#
public bool ShowContextMenu { get; set; }

Property Value

A boolean value (true or false). If true, the context menu is displayed when the user right-clicks a pane.

Default value is true.

Remarks

This property corresponds to ShowContextMenu client-side property.

See Also

Reference