Gets or sets a value specifying whether to display the upload pane.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool Visible { get; set; }
Sometimes you may want to hide the uploader completely and implement your own user interface (e.g. add two buttons which call addFiles and upload methods and generate a file list using the UploadFileCountChange event). In this case you should set the Visible
param of all three panes - UploadPane, TopPane and StatusPane.