Namespace: Consultingwerk.Windows.LegacyGuiMigration.Widgets.Infragistics
Class 
InfragisticsWidgetFactory Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:InfragisticsWidgetFactory
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Sep 05 09:19:16 CEST 2015
Purpose: Returns the IWidget reference for a given .NET Control
Notes: Returns invalid reference when the widget is not known. The Widget:FromControl
method is expected to throw an error in that case when no factory did
resolve the type



Top Method Summary
Options Name Purpose
+ Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control) Returns the IWidget reference for a given .NET Control
+ Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromGridCell (UltraGridCell) Returns the IWidget reference for a given UltraGridCell


Method Detail
Top

PUBLIC Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromControl (Control)

Purpose: Returns the IWidget reference for a given .NET Control
Notes: Returns invalid reference when the widget is not known. The Widget:FromControl
method is expected to throw an error in that case when no factory did
resolve the type

Parameters:
poControl System.Windows.Forms.Control
The .NET Control to return the Widget reference for
Returns Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
The reference to the IWidget representing the .NET Control
Top

PUBLIC Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade FromGridCell (UltraGridCell)

Purpose: Returns the IWidget reference for a given UltraGridCell
Notes: Returns invalid reference when the widget is not known. The Widget:FromControl
method is expected to throw an error in that case when no factory did
resolve the type

Parameters:
poCell Infragistics.Win.UltraWinGrid.UltraGridCell
The UltraGridCell to facade
Returns Consultingwerk.Windows.LegacyGuiMigration.Widgets.IWidgetFacade
The reference to the IWidget representing the UltraGridCell


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