C# 클래스 Uiml.Rendering.WXnet.WxRenderedInstance

This class serves as a container for rendering a Wx.NET User Interface. The WxRenderer will return an instance of this class. Use ShowIt to show the interface on screen.
상속: System.App, IRenderedInstance
파일 보기 프로젝트 열기: jozilla/Uiml.net 1 사용 예제들

공개 메소드들

메소드 설명
OnInit ( ) : bool
WxRenderedInstance ( String title ) : System

비공개 메소드들

메소드 설명
ShowIt ( ) : void

메소드 상세

OnInit() 공개 메소드

public OnInit ( ) : bool
리턴 bool

WxRenderedInstance() 공개 메소드

public WxRenderedInstance ( String title ) : System
title String
리턴 System