Namespace: Consultingwerk.Windows.Controls
Class 
UltraGridSearchControl Copy to Clipboard
Parent classes:
Inherits: Progress.Windows.UserControl

File:UltraGridSearchControl
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Feb 16 08:54:29 CET 2019



Top Method Summary
Options Name Purpose
- InitializeComponent () Initializes the Component
+ InitializeSearchControl (UltraGrid, character, character) Initializes the Search control
# KeyDownHandler (Object, KeyEventArgs) Event handler for the KeyDown event of the search control
# LeaveHandler (Object, EventArgs) Event handler for the Leave event of the current control
# OnCloseControl (EventArgs) Raises the CloseControl
# OnLoad (EventArgs) Raises the Load event
# OnPerformSearch (PerformSearchEventArgs) Raises the PerformSearch

Top Constructor Summary
Options Name Purpose
+ UltraGridSearchControl () Constructor for the UltraGridSearchControl class

Top Event Summary
Options Name Purpose
+ CloseControl (Object, EventArgs) Raised when the Control should be closed
+ PerformSearch (Object, PerformSearchEventArgs) Raised when the search should be performed


Method Detail
Top

PRIVATE InitializeComponent ()

Purpose: Initializes the Component
Notes:

Top

PUBLIC InitializeSearchControl (UltraGrid, character, character)

Purpose: Initializes the Search control
Notes:

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The reference to the UltraGrid
pcDataType CHARACTER
The ABL Data Type used for searching
pcSearchChar CHARACTER
The search text
Top

PROTECTED KeyDownHandler (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the search control
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

PROTECTED LeaveHandler (Object, EventArgs)

Purpose: Event handler for the Leave event of the current control
Notes:

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
Top

PROTECTED OnCloseControl (EventArgs)

Purpose: Raises the CloseControl
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for the event
Top

PROTECTED OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnPerformSearch (PerformSearchEventArgs)

Purpose: Raises the PerformSearch
Notes:

Parameters:
e Consultingwerk.Windows.Controls.PerformSearchEventArgs
The PerformSearchEventArgs with the data for the event


Constructor Detail
Top

PUBLIC UltraGridSearchControl ()

Purpose: Constructor for the UltraGridSearchControl class
Notes:



Event Detail
Top

PUBLIC CloseControl (Object, EventArgs)

Purpose: Raised when the Control should be closed
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the CloseControl event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for the event
Top

PUBLIC PerformSearch (Object, PerformSearchEventArgs)

Purpose: Raised when the search should be performed
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the PerformSearch event
e Consultingwerk.Windows.Controls.PerformSearchEventArgs
The PerformSearchEventArgs with the data for the event


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