UpdateNotifyIconDisplaySite Property |
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic override ISite Site { get; set; }
Public Overrides Property Site As ISite
Get
Set
public:
virtual property ISite^ Site {
ISite^ get () override;
void set (ISite^ value) override;
}
abstract Site : ISite with get, set
override Site : ISite with get, set
Property Value
Type:
ISiteReturn 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