Top Method Summary
Options Name Purpose
DragDropHandler (Object, DragEventArgs) Assigns the filename of the dropped file to the ImageEditors
DragEnterHandler (Object, DragEventArgs) Allows the FileDrop to the editor control if the events data contains exact one file.
EditorButtonClickHandler (Object, EditorButtonEventArgs) Displays the OpenFileDialog for the ImageEditors to select a path
FileLookup () Displays the OpenFileDialog for the ImageEditors to select a path
KeyDownHandler (Object, KeyEventArgs) Displays the OpenFileDialog for the ImageEditors to select a path

Top Constructor Summary
Options Name Purpose
ImageTextEditorController (UltraTextEditor, character) Default constructor for ImageTextEditorController


Method Detail
Top

DragDropHandler (Object, DragEventArgs)

Purpose: Assigns the filename of the dropped file to the ImageEditors
Notes:

Parameters:
sender System.Object
The source of the event
e System.Windows.Forms.DragEventArgs
An EventArgs that contains the data for the event
Top

DragEnterHandler (Object, DragEventArgs)

Purpose: Allows the FileDrop to the editor control if the events data
contains exact one file.
Notes:

Parameters:
sender System.Object
The source of the event
e System.Windows.Forms.DragEventArgs
An EventArgs that contains the data for the event
Top

EditorButtonClickHandler (Object, EditorButtonEventArgs)

Purpose: Displays the OpenFileDialog for the ImageEditors to select a path
Notes:

Parameters:
sender System.Object
The source of the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
An EventArgs that contains the data for the event
Top

FileLookup ()

Purpose: Displays the OpenFileDialog for the ImageEditors to select a path
Notes:

Top

KeyDownHandler (Object, KeyEventArgs)

Purpose: Displays the OpenFileDialog for the ImageEditors to select a path
Notes:

Parameters:
sender System.Object
The source of the event
e System.Windows.Forms.KeyEventArgs
An EventArgs that contains the data for the event


Constructor Detail
Top

ImageTextEditorController (UltraTextEditor, character)

Purpose: Default constructor for ImageTextEditorController
Notes:

Parameters:
poTextEditor Infragistics.Win.UltraWinEditors.UltraTextEditor
The reference to the text editor
pcFileOpenTitle CHARACTER
The title of the file open dialog


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