Repetier-Host Plugin  2.0.0
RepetierHostExtender.utils.TextInteger 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.TextInteger:

Public Member Functions

void Revalidate ()
 

Protected Member Functions

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

Properties

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

Events

TextIntegerValueChanged 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