Property | Type | Description | |
---|---|---|---|
NudgeValue | void | ||
SetMsrValue | void |
Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
DownButton ( ) : void |
Handles the clicking of the down button on the spin box.
|
|
UpButton ( ) : void |
Handles the clicking of the up button on the spin box.
|
|
UpDownMeasureControl ( ) : System |
Initializes a new instance of the T:UpDownMeasureControl class.
|
Method | Description | |
---|---|---|
OnLostFocus ( |
When focus is lost, validate the text since it may have been edited
|
|
UpdateEditText ( ) : void |
Updates the text displayed in the spin box.
|
|
ValidateEditText ( ) : void |
Validates the text displayed in the spin box.
|
Method | Description | |
---|---|---|
NudgeValue ( int sign ) : void |
Nudges the value up or down. If the current value is at a multiple of the increment amount, just increment/decrement it; otherwise bump it up/down to the next multiple.
|
|
SetMsrValue ( double mptValue ) : void |
Sets the value of the measurement.
|
protected OnLostFocus ( |
||
e | ||
return | void |