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
Afficher le fichier Open project: TomCrypto/AntTweakBar.NET Class Usage Examples

Méthodes publiques

Méthode Description
ATBRenderForm ( ) : System
ATBRenderForm ( String text ) : System

Méthodes protégées

Méthode Description
WndProc ( System &m ) : void

Method Details

ATBRenderForm() public méthode

public ATBRenderForm ( ) : System
Résultat System

ATBRenderForm() public méthode

public ATBRenderForm ( String text ) : System
text String
Résultat System

WndProc() protected méthode

protected WndProc ( System &m ) : void
m System
Résultat void