Repetier-Host Plugin  2.0.0
RepetierHostExtender.utils.TextFloat Class Reference

A text box for a float value. ValueChanged events are only triggered if a value represents a number and lies within the allowed value range. Range can be constraint. More...

Inheritance diagram for RepetierHostExtender.utils.TextFloat:

Public Member Functions

void Revalidate ()
 

Public Attributes

TestFloatValue testValue = null
 

Protected Member Functions

override void OnTextChanged (EventArgs e)
 
override void OnEnter (EventArgs e)
 
override void OnLeave (EventArgs e)
 

Properties

bool IsValid [get]
 
bool HasMin [get, set]
 
bool HasMax [get, set]
 
double MinValue [get, set]
 
double MaxValue [get, set]
 
double Value [get, set]
 
string Tooltip [get, set]
 

Events

TextFloatValueChanged ValueChanged
 

Detailed Description

A text box for a float value. ValueChanged events are only triggered if a value represents a number and lies within the allowed value range. Range can be constraint.


The documentation for this class was generated from the following file:
About Us | Privacy Policy