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

PRIVATE 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

PRIVATE 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

PRIVATE 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

PUBLIC FileLookup ()

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

Top

PRIVATE 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

PUBLIC 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-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       08.12.2024 13:25:11