C# Class Sharplike.Frontend.Rendering.TKForm

The form on which TKWindow shall render.
Inheritance: System.Windows.Forms.Form
Show file Open project: eropple/sharplike Class Usage Examples

Public Methods

Method Description
TKForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

TKForm() public method

public TKForm ( ) : System
return System