Top Method Summary
Options Name Purpose
ClearSearch () Clears the search text and triggers search
EditorButtonClickHandler (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event
InitializeControl () Initializes the control by creating and configuring the UltraTextEditor
PerformSearch () Performs the QuickSearch by triggering data retrieval
LOGICAL ProcessDialogKey (Keys) Processes a dialog key
RegisterSmartFilterTarget (ISmartFilterTarget) Gets/Sets the SmartFilterTarget (DataSource to filter)
SmartFilterTarget_CollectFilterValues (Object, CollectFilterValuesEventArgs) Event handler for CollectFilterValues event

Top Constructor Summary
Options Name Purpose
SmartQuickSearchControl () Default constructor

Top Property Summary
Options Name Purpose
CHARACTER SearchText


Method Detail
Top

ClearSearch ()

Purpose: Clears the search text and triggers search
Notes:

Top

EditorButtonClickHandler (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event
Notes:

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

InitializeControl ()

Purpose: Initializes the control by creating and configuring the UltraTextEditor
Notes:

Top

PerformSearch ()

Purpose: Performs the QuickSearch by triggering data retrieval
Notes: Calls RetrieveData on the SmartFilterTarget

Top

LOGICAL ProcessDialogKey (Keys)

Purpose: Processes a dialog key
Notes: Intercepts Enter before WinForms treats it as a focus-traversal key

Parameters:
poKeys System.Windows.Forms.Keys
The Keys value representing the key to process
Returns LOGICAL
True if the key was processed; otherwise false
Top

RegisterSmartFilterTarget (ISmartFilterTarget)

Purpose: Gets/Sets the SmartFilterTarget (DataSource to filter)
Notes: Implements ISmartFilterSource. Called via repository links.

Parameters:
poTarget Consultingwerk.SmartComponents.Interfaces.ISmartFilterTarget
The ISmartFilterTarget to register
Top

SmartFilterTarget_CollectFilterValues (Object, CollectFilterValuesEventArgs)

Purpose: Event handler for CollectFilterValues event
Notes: Sets the QuickSearch named query on the target DataSource

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.SmartComponents.Implementation.CollectFilterValuesEventArgs
The CollectFilterValuesEventArgs with the data for this event


Constructor Detail
Top

SmartQuickSearchControl ()

Purpose: Default constructor
Notes: Creates and initializes the text editor



Property Detail
Top

CHARACTER SearchText


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:28:06