Gets or sets whether to display the status panel.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool Visible { get; set; }
Type: System..Boolean
true
if the entire status panel should be visible; otherwise, false
.
Default value is true.
Note, if the status panel is hidden, the Upload button and the progress bar will be hidden as well. In this case, you should take care about there elements yourself (e.g. handle the progress event or call the upload method.