C# Class SFEditor.NumericEntry

Inheritance: Xwt.Widget
Datei anzeigen Open project: cra0zy/SFEditor Class Usage Examples

Public Methods

Method Description
NumericEntry ( string text, string tooltipText ) : System

Protected Methods

Method Description
Entry1_Changed ( object sender, EventArgs e ) : void

Private Methods

Method Description
Build ( string tooltipText ) : void
Refresh ( ) : void

Method Details

Entry1_Changed() protected method

protected Entry1_Changed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

NumericEntry() public method

public NumericEntry ( string text, string tooltipText ) : System
text string
tooltipText string
return System