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)
Public Property ShowButtons As Boolean
public bool ShowButtons { get; set; }
A boolean value (true
or false
). If true
, buttons are visible, otherwise - hidden.
Default value is true
.