WebUpdateDisplay Members
Public Constructors
Initializes a new instance of the WebUpdateDisplay class. |
Public Properties
AccessKey (inherited from WebControl) |
Keyboard shortcut used by the control. |
Gets or sets a value that indicates whether the WebUpdateDisplay will show information from updates that were not requested directly through it. If this property is false, the WebUpdateDisplay will only show update information that was retrieved through its buttons or methods, using the identity objects returned by WebUpdateController.BeginCheckForUpdate() and UpdateInformation.Identity. If this property is true, the WebUpdateDisplay will show all update information regardless of its source. Note that CheckForUpdate() and DownloadUpdate() operation progress will be shown regardless of whether the operations were started by the WebUpdateDisplay even if this property is false, since no other operation can take place at the same time. | |
AppRelativeTemplateSourceDirectory (inherited from Control) |
The virtual directory of the Page or UserControl that contains this control. |
Gets or sets the associated web update controller ID, whish is the ID of the WebUpdateController that the WebUpdateDisplay is linked to. The WebUpdateDisplay will show this controller’s status and its buttons will perform operations on this controller. | |
Attributes (inherited from WebControl) |
Tag attributes of the control. |
Gets or sets a value that indicates whether the page that hosts the WebUpdateDisplay should automatically be refreshed when the WebUpdateDisplay is showing transient information. If this property is true, when the NeedsRefresh property is true (that is, when the WebUpdateDisplay is showing the progress of an ongoing operation), the page on which the WebUpdateDisplay is shown will automatically post back after a short time, allowing the displayed progress to be updated. | |
BackColor (inherited from WebControl) |
Color of the background of the control. |
BorderColor (inherited from WebControl) |
Color of the border around the control. |
BorderStyle (inherited from WebControl) |
Style of the border around the control. |
BorderWidth (inherited from WebControl) |
Width of the border around the control. |
Gets or sets the CSS class used for buttons. | |
Gets a value indicating whether the ApplyUpdate method can be used. | |
Gets a value indicating whether the Cancel method can be used. | |
Gets a value indicating whether the CheckForUpdate method can be used. | |
Gets a value indicating whether the DownloadUpdate method can be used. | |
ClientID (inherited from Control) |
The ID of the control that is rendered for the client. |
ControlStyle (inherited from WebControl) |
The style associated with the control. |
ControlStyleCreated (inherited from WebControl) |
Whether the style associated with the control has been created. |
CssClass (inherited from WebControl) |
CSS Class name applied to the control. |
Enabled (inherited from WebControl) |
Enabled state of the control. |
EnableViewState (inherited from Control) |
Whether the control automatically saves its state for use in round-trips. |
Gets or sets the CSS class used for error text. | |
Font (inherited from WebControl) |
The font used for text within the control. |
ForeColor (inherited from WebControl) |
Color of the text within the control. |
Height (inherited from WebControl) |
The height of the control. |
ID (inherited from Control) |
Programmatic name of the control. |
Gets or sets the URL for an image used when showing that operations with indefinite length are in progress. | |
NamingContainer (inherited from Control) |
The containing control or page within which ID is unique. |
Gets a value that indicates whether the WebUpdateDisplay is showing transient progress. | |
Page (inherited from Control) |
The page containing the control. |
Parent (inherited from Control) |
The control containing this control. |
Gets or sets the CSS class used for the completed area of progress bars. | |
Gets or sets the CSS class used for progress bars. | |
Gets or sets the CSS class used for the incomplete area of progress bars. | |
Gets or sets a value that indicates whether command buttons should be shown. Indicates whether the WebUpdateDisplay should display buttons that can be used to check for, download, and apply updates, and cancel operations in progress. | |
Site (inherited from Control) |
Site of the control. |
Gets or sets the CSS class used for update status text. | |
Style (inherited from WebControl) |
Low-level access to control styles. |
TabIndex (inherited from WebControl) |
The tab order of the control. |
TemplateControl (inherited from Control) |
The TemplateControl that hosts this control. |
TemplateSourceDirectory (inherited from Control) |
The virtual directory of the Page or UserControl that contains this control. |
ToolTip (inherited from WebControl) |
The tooltip displayed when the mouse is over the control. |
UniqueID (inherited from Control) |
The unique ID of the control within the page. |
Gets or sets the CSS class used for update information headings. | |
Gets or sets the CSS class used for update information items. | |
Gets or sets the CSS class used for update summary text. | |
Visible (inherited from Control) |
Indicates whether the control is visible and rendered. |
Width (inherited from WebControl) |
The width of the control. |
Public Methods
Causes the associated WebUpdateController to begin applying an update. | |
Causes the associated WebUpdateController to cancel its current operation. | |
Causes the associated WebUpdateController to begin checking for an available update. | |
Causes the associated WebUpdateController to begin downloading an update. |
Public Events
Occurs when the Apply Update button is clicked. | |
Occurs when the Cancel button is clicked. | |
Occurs when the Check for Update button is clicked. | |
DataBinding (inherited from Control) |
Fires when the control's data binding expressions are to be evaluated. |
Disposed (inherited from Control) |
Fires when the control has been disposed. |
Occurs when the Download Update button is clicked. | |
Init (inherited from Control) |
Fires when the page has been initialized. |
Load (inherited from Control) |
Fires when the page has been loaded. |
PreRender (inherited from Control) |
Fires before the page is rendered. |
Occurs when the refresh button is clicked. | |
Unload (inherited from Control) |
Fires when the page is unloaded. |
Protected Properties
ViewState (inherited from Control) |
Current viewstate of the control. |
Protected Methods
Overridden. Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. | |
Overridden. Restores control-state information from a previous page request that was saved by the SaveControlState method. | |
Raises the ApplyUpdateButtonClick event. | |
Raises the CancelButtonClick event. | |
Raises the CheckForUpdateButtonClick event. | |
Raises the DownloadUpdateButtonClick event. | |
Overridden. Raises the Init event. | |
Overridden. Raises the PreRender event. | |
Raises the RefreshButtonClick event. | |
Overridden. Renders the contents of the control to the specified writer. This method is used primarily by control developers. | |
Overridden. Saves any server control state changes that have occurred since the time the page was posted back to the server. |
See Also