Top Method Summary
Options Name Purpose
KeyPressHandler (Object, KeyPressEventArgs) Event handler for the KeyPress event of the UltraTextEditor
ValueChangedHandler (Object, EventArgs) Event handler for the ValueChanged event of the UltraTextEditor

Top Constructor Summary
Options Name Purpose
UltraTextEditorNumericEntriesController (UltraTextEditor) Constructor for the UltraTextEditorNumericEntriesController class
UltraTextEditorNumericEntriesController (UltraTextEditor, NumericTypeEnum) Constructor for the UltraTextEditorNumericEntriesController class


Method Detail
Top

KeyPressHandler (Object, KeyPressEventArgs)

Purpose: Event handler for the KeyPress event of the UltraTextEditor
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyPressEventArgs
The KeyPressEventArgs with the data for this event
Top

ValueChangedHandler (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the UltraTextEditor
Notes: The KeyPress event handler only avoids typing non-digit characters,
the ValueChanged event handler will ensure that no invalid values
are pasted from the Clipboard

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The EventArgs with the data for this event


Constructor Detail
Top

UltraTextEditorNumericEntriesController (UltraTextEditor)

Purpose: Constructor for the UltraTextEditorNumericEntriesController class
Notes: Defaults to Integer entries

Parameters:
poTextEditor Infragistics.Win.UltraWinEditors.UltraTextEditor
The reference to the UltraTextEditor
Top

UltraTextEditorNumericEntriesController (UltraTextEditor, NumericTypeEnum)

Purpose: Constructor for the UltraTextEditorNumericEntriesController class
Notes:

Parameters:
poTextEditor Infragistics.Win.UltraWinEditors.UltraTextEditor
The reference to the UltraTextEditor
poNumericType Consultingwerk.Framework.Enum.NumericTypeEnum
The NumericType for the UltraTextEditor


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:33:37