Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
NumericTextBox.cs File Reference

Go to the source code of this file.

Classes

class  SiliconStudio.Presentation.Controls.RepeatButtonPressedRoutedEventArgs
 
class  SiliconStudio.Presentation.Controls.NumericTextBox
 A specialization of the TextBoxBase control that can be used for numeric values. It contains a Value property that is updated on validation. More...
 

Namespaces

package  SiliconStudio.Presentation.Controls
 

Typedefs

using Point = System.Windows.Point
 

Enumerations

enum  SiliconStudio.Presentation.Controls.MouseValidationTrigger { SiliconStudio.Presentation.Controls.MouseValidationTrigger.OnMouseMove, SiliconStudio.Presentation.Controls.MouseValidationTrigger.OnMouseUp }
 An enum describing when the related NumericTextBox should be validated, when the user uses the mouse to change its value. More...
 

Typedef Documentation

using Point = System.Windows.Point

Definition at line 18 of file NumericTextBox.cs.