Namespace: Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics
Class 
InfragisticsControlWidget Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Windows.LegacyGuiMigration.Widgets.WidgetFacade
Implements: Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
Inherited by: Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraButtonWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraCheckEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraComboEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraDateEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraDateTimeEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraNumericEditorDecimalWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraNumericEditorIntegerWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraOptionSetWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraTextEditorWidget Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics.UltraTextEditorEditorWidget
ABSTRACT

File:InfragisticsControlWidget
Purpose:Abstract base class for Infragistics Widget classes
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Sep 06 16:42:11 CEST 2015



Top Method Summary
Options Name Purpose
INTEGER ColorValue (Color) Returns the color table number for the given .NET Color
INTEGER GetBGCOLOR () Returns the BGCOLOR Value
INTEGER GetFGCOLOR () Returns the FGCOLOR Value
SetBGCOLOR (integer) Sets the BGCOLOR Value
SetFGCOLOR (integer) Sets the FGCOLOR Value
ValueChangedHandler (Object, EventArgs) Event handler for the ValueChanged event of the .NET Control

Top Constructor Summary
Options Name Purpose
InfragisticsControlWidget (UltraControlBase) Constructor for the InfragisticsControlWidget class


Method Detail
Top

INTEGER ColorValue (Color)

Purpose: Returns the color table number for the given .NET Color
Notes:

Parameters:
poColor System.Drawing.Color
The .NET Color reference
Returns INTEGER
The matching Progress color table number
Top

INTEGER GetBGCOLOR ()

Purpose: Returns the BGCOLOR Value
Notes:

Returns INTEGER
The BGCOLOR Value
Top

INTEGER GetFGCOLOR ()

Purpose: Returns the FGCOLOR Value
Notes:

Returns INTEGER
The FGCOLOR Value
Top

SetBGCOLOR (integer)

Purpose: Sets the BGCOLOR Value
Notes:

Parameters:
piValue INTEGER
The BGCOLOR Value
Top

SetFGCOLOR (integer)

Purpose: Sets the FGCOLOR Value
Notes:

Parameters:
piValue INTEGER
The FGCOLOR Value
Top

ValueChangedHandler (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the .NET Control
Notes: Sets the MODIFIFED Attribute to TRUE

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

InfragisticsControlWidget (UltraControlBase)

Purpose: Constructor for the InfragisticsControlWidget class
Notes:

Parameters:
poControl Infragistics.Win.UltraControlBase
The UltraControlBase reference of the target Control


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:16:04