NeatUpload Documentation

ProgressBar Members

ProgressBar overview

Public Instance Constructors

ProgressBar Constructor Initializes a new instance of the ProgressBar class.

Public Instance Properties

AccessKey (inherited from WebControl) 
AllowTransparency 
Attributes (inherited from WebControl) 
AutoStartCondition (inherited from ProgressBarBase) JavaScript expression which is evaluated when the form is submitted to determine whether to start the progress display.
BackColor (inherited from WebControl) 
BindingContainer (inherited from Control) 
BorderColor (inherited from WebControl) 
BorderStyle (inherited from WebControl) 
BorderWidth (inherited from WebControl) 
ClientID (inherited from Control) 
Controls (inherited from Control) 
ControlStyle (inherited from WebControl) 
ControlStyleCreated (inherited from WebControl) 
CssClass (inherited from WebControl) 
Enabled (inherited from WebControl) 
EnableViewState (inherited from Control) 
Font (inherited from WebControl) 
ForeColor (inherited from WebControl) 
Height (inherited from WebControl) 
ID (inherited from Control) 
Inline Whether to display the progress bar inline or as a pop-up. Under Opera, this property will always return false, even if you set it to true. Popup progress bars are automatically used under Opera because Opera doesn't refresh the iframe used to display inline progress bars.
NamingContainer (inherited from Control) 
Page (inherited from Control) 
Parent (inherited from Control) 
PostBackID (inherited from ProgressBarBase) 
ProcessingProgress (inherited from ProgressBarBase) 
Site (inherited from Control) 
Style (inherited from WebControl) 
TabIndex (inherited from WebControl) 
TemplateSourceDirectory (inherited from Control) 
ToolTip (inherited from WebControl) 
Triggers (inherited from ProgressBarBase) Space-separated list of the IDs or ClientIDs of controls which should upload files and start the progress display.
UniqueID (inherited from Control) 
Url (inherited from ProgressBarBase) URL of an aspx page that displays the upload progress.
Visible (inherited from Control) 
Width (inherited from WebControl) 

Public Instance Methods

AddTrigger (inherited from ProgressBarBase) Adds a control (typically a button) to a list trigger controls.
ApplyStyle (inherited from WebControl) 
CopyBaseAttributes (inherited from WebControl) 
DataBind (inherited from Control) 
Dispose (inherited from Control) 
Equals (inherited from Object) 
FindControl (inherited from Control)Overloaded.  
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
HasControls (inherited from Control) 
MergeStyle (inherited from WebControl) 
RegisterOnSubmitStatement (inherited from ProgressBarBase)Obsolete. This method does nothing. It is only provided to ensure API compatibility with earlier NeatUpload versions. In those earlier versions, this method registered an OnSubmit statement to ensure that this ProgressBar will start when the page is submitted.
RenderBeginTag 
RenderControl (inherited from Control) 
RenderEndTag 
ResolveUrl (inherited from Control) 
SetRenderMethodDelegate (inherited from Control) 
ToString (inherited from Object) 

Public Instance Events

DataBinding (inherited from Control) 
Disposed (inherited from Control) 
Init (inherited from Control) 
Load (inherited from Control) 
PreRender (inherited from Control) 
Unload (inherited from Control) 

Protected Instance Fields

UploadProgressPath (inherited from ProgressBarBase) 

Protected Instance Properties

ChildControlsCreated (inherited from Control) 
Context (inherited from Control) 
Events (inherited from Control) 
HasChildViewState (inherited from Control) 
IsTrackingViewState (inherited from Control) 
TagKey (inherited from WebControl) 
TagName (inherited from WebControl) 
ViewState (inherited from Control) 
ViewStateIgnoresCase (inherited from Control) 

Protected Instance Methods

AddAttributesToRender (inherited from WebControl) 
AddParsedSubObject (inherited from Control) 
BuildProfileTree (inherited from Control) 
ClearChildViewState (inherited from Control) 
CreateChildControls (inherited from Control) 
CreateControlCollection (inherited from Control) 
CreateControlStyle (inherited from WebControl) 
EnsureChildControls (inherited from Control) 
Finalize (inherited from Object) 
FindControl (inherited from Control)Overloaded.  
GetStartupScript 
IsLiteralContent (inherited from Control) 
LoadViewState (inherited from WebControl) 
MapPathSecure (inherited from Control) 
MemberwiseClone (inherited from Object) 
OnBubbleEvent (inherited from Control) 
OnDataBinding (inherited from Control) 
OnInit (inherited from ProgressBarBase) 
OnLoad (inherited from Control) 
OnPreRender 
OnUnload (inherited from Control) 
RaiseBubbleEvent (inherited from Control) 
Render (inherited from WebControl) 
RenderChildren (inherited from Control) 
RenderContents 
SaveViewState (inherited from WebControl) 
TrackViewState (inherited from WebControl) 

Protected Internal Instance Methods

AddedControl (inherited from Control) 
RemovedControl (inherited from Control) 

See Also

ProgressBar Class | Brettle.Web.NeatUpload Namespace