Click or drag to resize
UpdateNotifyIconDisplay Properties

The UpdateNotifyIconDisplay type exposes the following members.

Properties
  NameDescription
Public propertyApplicationName
Gets or sets the name of the application, as shown in the control's tooltips and details form.
Public propertyApplyUpdateOptions
Gets or sets the options used when the control applies an update.
Public propertyAutoStart
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.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyClickAction
Gets or sets the action taken when the notification icon is clicked.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContextMenu
Gets or sets the shortcut menu for the icon in the notification area.
Public propertyContextMenuStrip
Gets or sets the ContextMenuStrip for the icon in the notification area.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyHideWhenUpToDate
Gets or sets a value indicating whether the notification area icon should be hidden when there is no update necessary.
Public propertyInitialSharedProperties
Gets or sets a set of initial values for the shared properties used in the update when it is applied.
Public propertyNoUpdateCustomText
Gets or sets text to be displayed when the application is up to date.
Public propertyNoUpdateIcon
Gets or sets the icon used in the notification area when the application is up to date.
Public propertyNoUpdateImageLarge
Gets or sets the image to be displayed on the control's details popup when the application is up to date.
Public propertyReadyToApplyCustomText
Gets or sets text to be displayed when an update has been downloaded and is ready to be applied.
Public propertyReadyToApplyIcon
Gets or sets the icon used in the notification area when an update has been downloaded and is ready to be applied.
Public propertyReadyToApplyImageLarge
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.
Public propertyRecheckDelayMinutes
Gets or sets the number of minutes the control will wait before retrying an update check, if it failed to find an update previously.
Public propertyShowBalloonNotifications
Gets or sets a value that indicates whether balloon notifications should be shown when an update is ready.
Public propertyShowUpdateSummary
Gets or sets a value that indicates whether to show summary text for the currently found update in the control's details popup.
Public propertySite
Gets or sets the ISite of the Component.
(Overrides ComponentSite.)
Public propertySummaryCustomHtml
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.
Public propertySummaryCustomText
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.
Public propertyUpdateController
Gets or sets the UpdateController associated with the control.
Public propertyVisible
Gets or sets a value indicating whether the notification area icon is shown.
Top
See Also