Top Method Summary
Options Name Purpose
OnEditorButtonClick (EditorButtonEventArgs) Raises the EditorButtonClick event; opens the FilePickerForm and assigns the result to the editor.
OnKeyDown (KeyEventArgs) Raises the KeyDown event of the editor; opens the picker on the configured lookup shortcut key.
ShowFilePickerDialog () Opens the FilePickerForm configured from this editor's properties and assigns the picked path to the editor Value.

Top Constructor Summary
Options Name Purpose
SmartFilePickerEditor () Default constructor for SmartFilePickerEditor

Top Property Summary
Options Name Purpose
LOGICAL AllowCreateFolder
LOGICAL FileMustExist
CHARACTER FolderScope
Consultingwerk.Windows.Framework.FilePicker.FilePickerSelectionModeEnum SelectionMode


Method Detail
Top

OnEditorButtonClick (EditorButtonEventArgs)

Purpose: Raises the EditorButtonClick event; opens the FilePickerForm
and assigns the result to the editor.
Notes:

Parameters:
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

OnKeyDown (KeyEventArgs)

Purpose: Raises the KeyDown event of the editor; opens the picker on
the configured lookup shortcut key.
Notes:

Parameters:
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

ShowFilePickerDialog ()

Purpose: Opens the FilePickerForm configured from this editor's
properties and assigns the picked path to the editor Value.
Notes: Shared by the browse button and the lookup shortcut key so the
base EditorButtonClick event is never raised with an unknown
argument. The result is assigned to Value (not Text) so the
data binding registered on the Value property is notified.



Constructor Detail
Top

SmartFilePickerEditor ()

Purpose: Default constructor for SmartFilePickerEditor
Notes:



Property Detail
Top

LOGICAL AllowCreateFolder


Returns LOGICAL
Top

LOGICAL FileMustExist


Returns LOGICAL
Top

CHARACTER FolderScope


Returns CHARACTER
Top

Consultingwerk.Windows.Framework.FilePicker.FilePickerSelectionModeEnum SelectionMode


Returns Consultingwerk.Windows.Framework.FilePicker.FilePickerSelectionModeEnum


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       01.06.2026 09:20:14