|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | OkButtonClickHandler (Object, EventArgs) |
Event handler for the Click event of the OK Button |
|
# | OnLoad (EventArgs) |
Raises the Load event |
|
# | OnShown (EventArgs) |
Raises the Shown event |
|
# | ValueChangedHandler (Object, EventArgs) |
Event handler for the ValueChanged event of the text editor |
Options | Name | Purpose | |
---|---|---|---|
+ | NumericInputPromptForm () |
Constructor for the NumericInputPromptForm class |
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.Framework.IDecimalInputValidator DecimalInputValidator |
|
|
+ | DECIMAL DecimalValue |
|
|
+ | CHARACTER Description |
Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm |
|
+ | Consultingwerk.Framework.IIntegerInputValidator IntegerInputValidator |
|
|
+ | INTEGER IntegerValue |
|
|
+ | DECIMAL MaximumValue |
|
|
+ | DECIMAL MinimumValue |
|
|
+ | Consultingwerk.Framework.Enum.NumericTypeEnum NumericType |
|
|
+ | Consultingwerk.Framework.Enum.NumericPromptTypeEnum PromptType |
|
|
+ | CHARACTER Title |
Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm |
Top
PRIVATE InitializeComponent ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED OkButtonClickHandler (Object, EventArgs)
|
||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||
PROTECTED OnShown (EventArgs)
|
||||||||||||||||||||
PROTECTED ValueChangedHandler (Object, EventArgs)
|
PUBLIC NumericInputPromptForm ()
|
---|
PUBLIC Consultingwerk.Framework.IDecimalInputValidator DecimalInputValidator
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC DECIMAL DecimalValue
|
|||||||||
PUBLIC CHARACTER Description
|
|||||||||
PUBLIC Consultingwerk.Framework.IIntegerInputValidator IntegerInputValidator
|
|||||||||
PUBLIC INTEGER IntegerValue
|
|||||||||
PUBLIC DECIMAL MaximumValue
|
|||||||||
PUBLIC DECIMAL MinimumValue
|
|||||||||
PUBLIC Consultingwerk.Framework.Enum.NumericTypeEnum NumericType
|
|||||||||
PUBLIC Consultingwerk.Framework.Enum.NumericPromptTypeEnum PromptType
|
|||||||||
PUBLIC CHARACTER Title
|