C# Class Sample.ATBRenderForm

This form is just like a RenderForm, except it has an AntTweakBar context and AntTweakBar events are handled transparently to the user. It does nothing special until you assign a Context to it. Feel free to use it in your own applications, it's quite handy.
Inheritance: SharpDX.Windows.RenderForm
ファイルを表示 Open project: TomCrypto/AntTweakBar.NET Class Usage Examples

Public Methods

Method Description
ATBRenderForm ( ) : System
ATBRenderForm ( String text ) : System

Protected Methods

Method Description
WndProc ( System &m ) : void

Method Details

ATBRenderForm() public method

public ATBRenderForm ( ) : System
return System

ATBRenderForm() public method

public ATBRenderForm ( String text ) : System
text String
return System

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void