C# Class AdvancedLauncher.SDK.UI.ControlContainer

Base IRemoteControl implementation
Inheritance: CrossDomainObject, IRemoteControl
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Méthode Description
ControlContainer ( Control Control ) : System

Initializes a new instance of ControlContainer for specified Control.

GetControl ( bool contractAdapter = false ) : object

By default returns real control object.

OnClose ( ) : void

Control close handler

OnShow ( ) : void

Control show handler

Method Details

ControlContainer() public méthode

Initializes a new instance of ControlContainer for specified Control.
public ControlContainer ( Control Control ) : System
Control System.Windows.Controls.Control Control
Résultat System

GetControl() public méthode

By default returns real control object.
public GetControl ( bool contractAdapter = false ) : object
contractAdapter bool If True, the instance returned.
Résultat object

OnClose() public méthode

Control close handler
public OnClose ( ) : void
Résultat void

OnShow() public méthode

Control show handler
public OnShow ( ) : void
Résultat void