Click or drag to resize
UpdateNotifyIconDisplaySite Property
Gets or sets the ISite of the Component.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public override ISite Site { get; set; }

Property Value

Type: ISite

Return Value

Type: ISite
The ISite associated with the Component, or null if the Component is not encapsulated in an IContainer, the Component does not have an ISite associated with it, or the Component is removed from its IContainer.

Implements

IComponentSite
See Also