Namespace: Consultingwerk.Windows.Forms
Class 
DynamicFormLauncherForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Forms.BaseForm
Implements: IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasSecurityKey

File:DynamicFormLauncherForm
Purpose:Provides an user interface to launch Forms
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Jan 08 16:25:47 CET 2012



Top Method Summary
Options Name Purpose
InitializeComponent ()
OnShown (EventArgs) Raises the Shown event
ultraGrid1_DoubleClickRow (Object, DoubleClickRowEventArgs) Event handler for the DoubleClickRow event of the ultraGrid1
ultraTextEditor1_KeyDown (Object, KeyEventArgs) Event handler for the KeyDown event of the ultraTextEditor1
ultraTextEditor1_TextChanged (Object, EventArgs) Event handler for the TextChanged event of the ultraTextEditor1

Top Constructor Summary
Options Name Purpose
DynamicFormLauncherForm () Constructor of the DynamicFormLauncherForm class

Top Property Summary
Options Name Purpose
CHARACTER ClassName
LOGICAL MdiChild


Method Detail
Top

InitializeComponent ()


Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

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

ultraGrid1_DoubleClickRow (Object, DoubleClickRowEventArgs)

Purpose: Event handler for the DoubleClickRow event of the ultraGrid1
Notes:

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

ultraTextEditor1_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the ultraTextEditor1
Notes: Handles the Cursor Down key

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

ultraTextEditor1_TextChanged (Object, EventArgs)

Purpose: Event handler for the TextChanged event of the ultraTextEditor1
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


Constructor Detail
Top

DynamicFormLauncherForm ()

Purpose: Constructor of the DynamicFormLauncherForm class
Notes:



Property Detail
Top

CHARACTER ClassName


Returns CHARACTER
Top

LOGICAL MdiChild


Returns LOGICAL


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