C# 클래스 AdvancedLauncher.SDK.UI.ControlContainer

Base IRemoteControl implementation
상속: CrossDomainObject, IRemoteControl
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 메소드들

메소드 설명
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

메소드 상세

ControlContainer() 공개 메소드

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

GetControl() 공개 메소드

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

OnClose() 공개 메소드

Control close handler
public OnClose ( ) : void
리턴 void

OnShow() 공개 메소드

Control show handler
public OnShow ( ) : void
리턴 void