UpdateNotifyIconDisplay Constructor (IContainer) |
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 UpdateNotifyIconDisplay(
IContainer container
)
Public Sub New (
container As IContainer
)
public:
UpdateNotifyIconDisplay(
IContainer^ container
)
new :
container : IContainer -> UpdateNotifyIconDisplay
Parameters
- container
- Type: System.ComponentModelIContainer
An IContainer that represents the container for the
UpdateController component.
See Also