Namespace: Consultingwerk.Windows.Controls
Class 
ClearButtonProvider Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:ClearButtonProvider
Purpose:Provides a Clear Button to UltraTextEditor and TextBox
Controls
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Aug 06 21:59:52 CEST 2014



Top Method Summary
Options Name Purpose
ButtonClickHandler (Object, EventArgs) Event handler for the Click event of the Button (TextBox)
EditorButtonClickHandler (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the UltraTextEditor Control
FormClosedHandler (Object, FormClosedEventArgs) Handles the FormClosed event of the managed Form

Top Constructor Summary
Options Name Purpose
ClearButtonProvider (TextBox) Constructor for the ClearButtonProvider class
ClearButtonProvider (UltraTextEditor) Constructor for the ClearButtonProvider class


Method Detail
Top

ButtonClickHandler (Object, EventArgs)

Purpose: Event handler for the Click event of the Button (TextBox)
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

EditorButtonClickHandler (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the UltraTextEditor
Control
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

FormClosedHandler (Object, FormClosedEventArgs)

Purpose: Handles the FormClosed event of the managed Form
Notes: Deletes this instance

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


Constructor Detail
Top

ClearButtonProvider (TextBox)

Purpose: Constructor for the ClearButtonProvider class
Notes:

Parameters:
poTextBox System.Windows.Forms.TextBox
The reference to the TextBox Control
Top

ClearButtonProvider (UltraTextEditor)

Purpose: Constructor for the ClearButtonProvider class
Notes:

Parameters:
poUltraTextEditor Infragistics.Win.UltraWinEditors.UltraTextEditor
The reference to the UltraTextEditor Control


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:24