UpdateNotifyIconDisplay Class |
Namespace: Kjs.AppLife.Update.Controller
The UpdateNotifyIconDisplay type exposes the following members.
Name | Description | |
---|---|---|
![]() | UpdateNotifyIconDisplay |
Initializes a new instance of the UpdateNotifyIconDisplay class.
|
![]() | UpdateNotifyIconDisplay(IContainer) |
Initializes a new instance of the UpdateNotifyIconDisplay class.
|
Name | Description | |
---|---|---|
![]() | BeginInit |
Signals the object that initialization is starting.
|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Dispose | Releases all resources used by the Component. (Inherited from Component.) |
![]() | Dispose(Boolean) |
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Overrides ComponentDispose(Boolean).) |
![]() | EndInit |
Signals the object that initialization is complete.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | OnClick |
Raises the Click event.
|
![]() | OnUpdateReady |
Raises the UpdateReady event.
|
![]() | ShowDetailsPopup |
Opens the control's associated update details popup.
|
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
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.
|
Name | Description | |
---|---|---|
![]() | Click |
Raised when the notification area icon is clicked.
|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() | UpdateReady |
Raised when an update has been downloaded and is ready to be applied.
|
An UpdateNotifyIconDisplay provides a live display of the status of an UpdateController, and can respond to user input to find and apply updates.