Gets or sets the site of the control.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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
Return Value
ISiteThe
ISite associated with the
Control, if any.
Implements
IComponentSiteIComponentSite
See Also