|
Navigate to: Methods | Constructors | Events | Properties
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 |
Gets and sets the reference to the InputValidator for this instance |
|
+ | DECIMAL DecimalValue |
Gets and sets the Decimal Value of the NumericInputPromptForm |
|
+ | CHARACTER Description |
Gets and sets the value of the description Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm |
|
+ | Consultingwerk.Framework.IIntegerInputValidator IntegerInputValidator |
Gets and sets the reference to the InputValidator for this instance |
|
+ | INTEGER IntegerValue |
Gets and sets the Integer Value of the NumericInputPromptForm |
|
+ | DECIMAL MaximumValue |
Gets and sets the Maximum Value of the NumericInputPromptForm |
|
+ | DECIMAL MinimumValue |
Gets and sets the Minimum Value of the NumericInputPromptForm |
|
+ | Consultingwerk.Framework.Enum.NumericTypeEnum NumericType |
Gets and sets the NumericType as a NumericTypeEnum value |
|
+ | Consultingwerk.Framework.Enum.NumericPromptTypeEnum PromptType |
Gets and sets the PromptType as a NumericPromptTypeEnum value |
|
+ | CHARACTER Title |
Gets and sets the value of the 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
|