Class FileBrowserPicker
Визуальный редактор для выбора файла.
public class FileBrowserPicker : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
FileBrowserPicker
- Implements
- Inherited Members
- Extension Methods
Constructors
FileBrowserPicker()
Создать FileBrowserPicker.
public FileBrowserPicker()
Fields
DefaultExtProperty
public static readonly DependencyProperty DefaultExtProperty
Field Value
FileProperty
DependencyProperty для File.
public static readonly DependencyProperty FileProperty
Field Value
FilterProperty
DependencyProperty for Filter.
public static readonly DependencyProperty FilterProperty
Field Value
IsSavingProperty
public static readonly DependencyProperty IsSavingProperty
Field Value
Properties
DefaultExt
public string DefaultExt { get; set; }
Property Value
File
Директория.
public string File { get; set; }
Property Value
Filter
public string Filter { get; set; }
Property Value
IsSaving
public bool IsSaving { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
FileChanged
Событие изменения File.
public event Action<string> FileChanged