StatusPane.Visible Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets whether to display the status panel.

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

Syntax

C#
public bool Visible { get; set; }

Property Value

Type: System..Boolean

true if the entire status panel should be visible; otherwise, false.

Default value is true.

Remarks

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.

See Also

Reference