Property ServiceContainer
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
ServiceContainer
Represents a container for designer-related services. A service container is, by definition, a service provider. In addition to providing services, it also provides a mechanism for adding and removing services. To obtain a service, call the GetService method. Designer can add or remove services through the IDesignerHost interface.
[Browsable(false)]
public IServiceContainer ServiceContainer { get; }