Namespace: Consultingwerk.Windows.Util.Forms
Class 
TextInputPrompt Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Windows.Util.Forms.TextInputPromptDesigner
Implements: IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasSecurityKey

File:TextInputPrompt
Purpose:Prompt for a Character value
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Aug 10 12:03:43 CEST 2008



Top Method Summary
Options Name Purpose
EditorTextChanged (Object, EventArgs) Event handler for the TextChanged event of the Editor control
FormShown (Object, EventArgs) Handler for the Shown event of the Form
Input (character, character) Prompts the user for a character value
Input (character, character, character) Prompts the user for a character value
Input (character, character, character, Form) Prompts the user for a character value
Input (character, character, Form) Prompts the user for a character value

Top Constructor Summary
Options Name Purpose
TextInputPrompt () Constrcutor of the TextInputPromt class.

Top Property Summary
Options Name Purpose
CHARACTER Response
System.Windows.Forms.DialogResult Result


Method Detail
Top

EditorTextChanged (Object, EventArgs)

Purpose: Event handler for the TextChanged event of the Editor control
Notes:

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

FormShown (Object, EventArgs)

Purpose: Handler for the Shown event of the Form
Notes: Set's focus into the text editor edText

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

Input (character, character)

Purpose: Prompts the user for a character value
Notes:

Parameters:
pcTitle CHARACTER
The Dialog Title
pcDescription CHARACTER
The Description of the prompt
Top

Input (character, character, character)

Purpose: Prompts the user for a character value
Notes:

Parameters:
pcTitle CHARACTER
The Dialog Title
pcDescription CHARACTER
The Description of the prompt
pcDefault CHARACTER
The default value
Top

Input (character, character, character, Form)

Purpose: Prompts the user for a character value
Notes:

Parameters:
pcTitle CHARACTER
The Dialog Title
pcDescription CHARACTER
The Description of the prompt
pcDefault CHARACTER
The default value
poParent System.Windows.Forms.Form
The dialog parent form
Top

Input (character, character, Form)

Purpose: Prompts the user for a character value
Notes:

Parameters:
pcTitle CHARACTER
The Dialog Title
pcDescription CHARACTER
The Description of the prompt
poParent System.Windows.Forms.Form
The dialog parent form


Constructor Detail
Top

TextInputPrompt ()

Purpose: Constrcutor of the TextInputPromt class.
Notes:



Property Detail
Top

CHARACTER Response


Returns CHARACTER
Top

System.Windows.Forms.DialogResult Result


Returns System.Windows.Forms.DialogResult


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