| UpdateNotifyIconDisplay Properties |
The UpdateNotifyIconDisplay type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationName |
Gets or sets the name of the application, as shown in the control's tooltips
and details form.
| |
| ApplyUpdateOptions |
Gets or sets the options used when the control applies an update.
| |
| AutoStart |
Gets or sets a value that indicates whether the control will check for an
update automatically when it is created and shown for the first time.
| |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| ClickAction |
Gets or sets the action taken when the notification icon is clicked.
| |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| ContextMenu |
Gets or sets the shortcut menu for the icon in the notification area.
| |
| ContextMenuStrip |
Gets or sets the ContextMenuStrip for the icon
in the notification area.
| |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| HideWhenUpToDate |
Gets or sets a value indicating whether the notification area icon should be hidden
when there is no update necessary.
| |
| InitialSharedProperties |
Gets or sets a set of initial values for the shared properties used in the
update when it is applied.
| |
| NoUpdateCustomText |
Gets or sets text to be displayed when the application is up to date.
| |
| NoUpdateIcon |
Gets or sets the icon used in the notification area when the application
is up to date.
| |
| NoUpdateImageLarge |
Gets or sets the image to be displayed on the control's details popup
when the application is up to date.
| |
| ReadyToApplyCustomText |
Gets or sets text to be displayed when an update has been downloaded
and is ready to be applied.
| |
| ReadyToApplyIcon |
Gets or sets the icon used in the notification area when an update
has been downloaded and is ready to be applied.
| |
| ReadyToApplyImageLarge |
Gets or sets the image to be displayed on the control's details popup
when an update has been downloaded and is ready to be applied.
| |
| RecheckDelayMinutes |
Gets or sets the number of minutes the control will wait before retrying an update check,
if it failed to find an update previously.
| |
| ShowBalloonNotifications |
Gets or sets a value that indicates whether balloon notifications should
be shown when an update is ready.
| |
| ShowUpdateSummary |
Gets or sets a value that indicates whether to show summary text for the
currently found update in the control's details popup.
| |
| Site | (Overrides ComponentSite.) | |
| SummaryCustomHtml |
Gets or sets custom HTML shown instead of an update's own summary. If this
value is an empty string, the update's
HistoricalSummaryHtml
is used instead.
| |
| SummaryCustomText |
Gets or sets custom text shown instead of an update's own summary. If this
value is an empty string, the update's
HistoricalSummary
is used instead.
| |
| UpdateController |
Gets or sets the UpdateController associated with the control.
| |
| Visible |
Gets or sets a value indicating whether the notification area icon is shown.
|