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.SmartBusinessEntityPopupLookup, Consultingwerk.SmartComponents.Implementation.SmartDataObjectLookup, Consultingwerk.SmartComponents.Implementation.SmartGenericLookup, Consultingwerk.SmartComponents.Implementation.SmartMultiSelectionBusinessEntityLookup, Consultingwerk.Windows.Util.ComplexInputPrompt.ComplexInputSmartBusinessEntityLookupControl

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
Purpose: Gets and sets the reference to the grid that owns this SmartLookup
as an Embedded Editor Control for a cell
Notes:



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


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


Returns Infragistics.Win.UltraWinGrid.UltraGrid


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       09.11.2024 18:40:39