Namespace: Consultingwerk.Windows.Util.Forms
Class 
NumericInputPromptForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Windows.Util.Forms.BaseInputPromptForm

File:NumericInputPromptForm
Purpose:Input prompt for a character value
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Feb 25 23:12:26 CET 2012



Top Method Summary
Options Name Purpose
InitializeComponent ()
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

Top Constructor Summary
Options Name Purpose
NumericInputPromptForm () Constructor for the NumericInputPromptForm class

Top Property Summary
Options Name Purpose
Consultingwerk.Framework.IDecimalInputValidator DecimalInputValidator
DECIMAL DecimalValue
Consultingwerk.Framework.IIntegerInputValidator IntegerInputValidator
INTEGER IntegerValue
DECIMAL MaximumValue
DECIMAL MinimumValue
Consultingwerk.Framework.Enum.NumericTypeEnum NumericType
Consultingwerk.Framework.Enum.NumericPromptTypeEnum PromptType


Method Detail
Top

InitializeComponent ()


Top

OkButtonClickHandler (Object, EventArgs)

Purpose: Event handler for the Click event of the OK Button
Notes: Assigns the new CharacterValue

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

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

ValueChangedHandler (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the text editor
Notes: Uses the InputValidator instance to validate the value

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


Constructor Detail
Top

NumericInputPromptForm ()

Purpose: Constructor for the NumericInputPromptForm class
Notes:



Property Detail
Top

Consultingwerk.Framework.IDecimalInputValidator DecimalInputValidator


Returns Consultingwerk.Framework.IDecimalInputValidator
Top

DECIMAL DecimalValue


Returns DECIMAL
Top

Consultingwerk.Framework.IIntegerInputValidator IntegerInputValidator


Returns Consultingwerk.Framework.IIntegerInputValidator
Top

INTEGER IntegerValue


Returns INTEGER
Top

DECIMAL MaximumValue


Returns DECIMAL
Top

DECIMAL MinimumValue


Returns DECIMAL
Top

Consultingwerk.Framework.Enum.NumericTypeEnum NumericType


Returns Consultingwerk.Framework.Enum.NumericTypeEnum
Top

Consultingwerk.Framework.Enum.NumericPromptTypeEnum PromptType


Returns Consultingwerk.Framework.Enum.NumericPromptTypeEnum


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