C# 클래스 OSMaker.Host.HostControl

Hosts the HostSurface which inherits from DesignSurface.
상속: UserControl
파일 보기 프로젝트 열기: MaximLeroy/OSMaker 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ButtonItem1_Click void
HostControl System
HostControl_Load void
HostControl_Load_1 void
HostControl_MouseDoubleClick void
InitializeComponent void
InitializeHost void
Timer1_Tick void

공개 메소드들

메소드 설명
CreateControl ( Type controlType, Size controlSize, Point controlLocation ) : Control
DoAction ( string command ) : void
GetIDesignerHost ( ) : IDesignerHost

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
ButtonItem1_Click ( object sender, EventArgs e ) : void
HostControl ( OSMaker.Host.HostSurface hostSurface ) : System
HostControl_Load ( object sender, EventArgs e ) : void
HostControl_Load_1 ( object sender, EventArgs e ) : void
HostControl_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeHost ( HostSurface hostSurface ) : void
Timer1_Tick ( object sender, EventArgs e ) : void

메소드 상세

CreateControl() 공개 메소드

public CreateControl ( Type controlType, Size controlSize, Point controlLocation ) : Control
controlType Type
controlSize Size
controlLocation Point
리턴 Control

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DoAction() 공개 메소드

public DoAction ( string command ) : void
command string
리턴 void

GetIDesignerHost() 공개 메소드

public GetIDesignerHost ( ) : IDesignerHost
리턴 IDesignerHost