Namespace: Consultingwerk.SmartComponents.Interfaces
Interface 
IEmbeddedSmartEditor Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.SmartComponents.Base.SmartBusinessEntityLookupDesign, Consultingwerk.SmartComponents.Base.SmartLookup, Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityLookup, Consultingwerk.SmartComponents.Implementation.SmartDataObjectLookup, Consultingwerk.SmartComponents.Implementation.SmartGenericLookup

File:IEmbeddedSmartEditor
Purpose:Mediates the communication between the SmartUpdatableBrowser
and the SmartLookup / SmartBusinessEntityLookup
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Nov 24 22:37:55 CET 2014



Top Method Summary
Options Name Purpose
+ PerformKeyDown (KeyEventArgs) Performs the KeyDown event for an embedded SmartLookup
+ PerformKeyPress (KeyPressEventArgs) Performs the KeyPress event for an embedded SmartLookup
+ PerformLeave (CancelEventArgs) Performs the Leave (BeforeCellDeactivate) event for an embedded SmartLookup

Top Property Summary
Options Name Purpose
+ Infragistics.Win.UltraWinGrid.UltraGrid OwningGrid Gets and sets the reference to the grid that owns this SmartLookup as an Embedded Editor Control for a cell


Method Detail
Top

PUBLIC PerformKeyDown (KeyEventArgs)

Purpose: Performs the KeyDown event for an embedded SmartLookup
Notes: Only supported when the lookup is used as an embedded editor

Parameters:
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs of the original UltraGrid event
Top

PUBLIC PerformKeyPress (KeyPressEventArgs)

Purpose: Performs the KeyPress event for an embedded SmartLookup
Notes: Only supported when the lookup is used as an embedded editor

Parameters:
e System.Windows.Forms.KeyPressEventArgs
The KeyPressEventArgs of the original UltraGrid event
Top

PUBLIC PerformLeave (CancelEventArgs)

Purpose: Performs the Leave (BeforeCellDeactivate) event for an embedded SmartLookup
Notes: Only supported when the lookup is used as an embedded editor

Parameters:
e System.ComponentModel.CancelEventArgs
The CancelEventArgs of the original UltraGrid event


Property Detail
Top

PUBLIC Infragistics.Win.UltraWinGrid.UltraGrid OwningGrid

Purpose: Gets and sets the reference to the grid that owns this SmartLookup
as an Embedded Editor Control for a cell
Notes:

Returns Infragistics.Win.UltraWinGrid.UltraGrid


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:33:18