FilePickerFileAction Property |
Gets or sets FileAction that is used when the user is selecting the file.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public FileAction FileAction { get; set; }
Public Property FileAction As FileAction
Get
Set
member FileAction : FileAction with get, set
Property Value
Type:
FileActionThe file action.
See Also