C# Class AdvancedLauncher.SDK.UI.ControlContainer

Base IRemoteControl implementation
Inheritance: CrossDomainObject, IRemoteControl
Mostra file Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method 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 method

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

GetControl() public method

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

OnClose() public method

Control close handler
public OnClose ( ) : void
return void

OnShow() public method

Control show handler
public OnShow ( ) : void
return void