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

ImageUploader.ShowButtons Property

Switch that specifies whether Stop, Select All, Deselect All, and Send buttons should be visible.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

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

Property Value

A boolean value (true or false). If true, buttons are visible, otherwise - hidden.

Default value is true.

Remarks

This property corresponds to ShowButtons client-side property.

See Also

Reference