Timer::Site Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets the site that binds the Timer to its container in design mode.
Assembly: System (in System.dll)
public: property ISite^ Site { virtual ISite^ get() override; virtual void set(ISite^ value) override; }
Property Value
Type: System.ComponentModel::ISite^An ISite interface representing the site that binds the Timer object to its container.
Implements
IComponent::Site
.NET Framework
Available since 1.1
Available since 1.1
Show: