WebUpdateDisplay Properties
The properties of the WebUpdateDisplay class are listed here. For a complete list of WebUpdateDisplay class members, see the WebUpdateDisplay Members topic.
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. |
Protected Properties
ViewState (inherited from Control) |
Current viewstate of the control. |
See Also