C# Class 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.
Inheritance: System.App, IRenderedInstance
Datei anzeigen Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method Description
OnInit ( ) : bool
WxRenderedInstance ( String title ) : System

Private Methods

Method Description
ShowIt ( ) : void

Method Details

OnInit() public method

public OnInit ( ) : bool
return bool

WxRenderedInstance() public method

public WxRenderedInstance ( String title ) : System
title String
return System