PathEdit Properties |
The PathEdit type exposes the following members.
Name | Description | |
---|---|---|
Button |
Gives access to the embedded Button.
| |
ContextMenuStrip |
Get or set the contextmenu strip of the control.
(Overrides ControlContextMenuStrip.) | |
DefaultExt |
Gets or sets the default file name extension.
Example: "txt"
| |
DialogTitle |
Change the window title of the browse dialog, that will be opened if the user pressed the browse button on the right.
| |
FileBrowserDialog |
Returns a reference to an OpenFileDialog
| |
FileFilter |
Edit your own filter options for the opendialog.
Example: Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*
| |
FileNames |
Contains the selected files from the FileBrowserDialog.
| |
Focused |
Gets a value indicating whether the TextBox control has input focus.
| |
FolderBrowserDialog |
Returns a reference to a FolderBrowserDialog.
| |
FolderMode |
Use this property to select if the dialog for browsing for a file, or for a folder should be displayed.
| |
IsInitializing |
The value this property is true between the calls BeginInit() and EndInit()
of the ISupportInitialize interface.
| |
IsValidPath |
Check if the selected file or folder is existing on your system at the moment.
| |
Path |
Use this property to get or set the path in the edit field.
| |
ShellAutoCompletionMode |
This property controls the availability of the shells autocompletion mode,
if set to FileSystem, Url or both, the PathEdit control provides autocompletion
mode with a via a drop down box.
If disabled the default behavior is used.
Both, FileSystem and Url can be specified at once.
FileSystem is enabled by default.
Url needs to be used to also provide autocompletion for UNC-Paths.
| |
Text |
Get or set the text visible in the editor.
(Overrides UserControl.Text.) | |
TextBox |
Gives access to the embedded TextBox.
| |
ToolTip |
Sets the ToolTip text for the embedded TextBox.
| |
Version |
The current version of the ShellBrowser.
|