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

File:CharacterInputPromptForm
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 () 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
- ultraTextEditor1_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the ultraTextEditor1
# ValueChangedHandler (Object, EventArgs) Event handler for the ValueChanged event of the text editor

Top Constructor Summary
Options Name Purpose
+ CharacterInputPromptForm () Constructor for the CharacterInputPromptForm class

Top Property Summary
Options Name Purpose
+ CHARACTER CharacterValue
+ CHARACTER Description
Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm
+ Consultingwerk.Framework.ICharacterInputValidator InputValidator
+ Consultingwerk.Framework.Enum.CharacterPromptTypeEnum PromptType
+ CHARACTER Title
Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm
+ Consultingwerk.ListNameValuePair ValueList


Method Detail
Top

PRIVATE InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

PROTECTED 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

PROTECTED OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

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

PROTECTED OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

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

PRIVATE ultraTextEditor1_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the ultraTextEditor1
Notes:

Parameters:
sender System.Object
The reference to the System.Object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EdutorButtonEventArgs with the data for this event
Top

PROTECTED 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

PUBLIC CharacterInputPromptForm ()

Purpose: Constructor for the CharacterInputPromptForm class
Notes:



Property Detail
Top

PUBLIC CHARACTER CharacterValue


Returns CHARACTER
Top

PUBLIC CHARACTER Description

Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm

Returns CHARACTER
Top

PUBLIC Consultingwerk.Framework.ICharacterInputValidator InputValidator


Returns Consultingwerk.Framework.ICharacterInputValidator
Top

PUBLIC Consultingwerk.Framework.Enum.CharacterPromptTypeEnum PromptType


Returns Consultingwerk.Framework.Enum.CharacterPromptTypeEnum
Top

PUBLIC CHARACTER Title

Inherited from Consultingwerk.Windows.Util.Forms.BaseInputPromptForm

Returns CHARACTER
Top

PUBLIC Consultingwerk.ListNameValuePair ValueList


Returns Consultingwerk.ListNameValuePair


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:25:30