KAMISHIBAI
|
Properties | |
bool | AlwaysAppendDefaultExtension [get, set] |
Gets or sets a value that controls whether the returned file name has a file extension that matches the currently selected file type. If necessary, the dialog appends the correct file extension. More... | |
bool | CreatePrompt [get, set] |
Gets or sets a value that controls whether to prompt for creation if the item returned in the save dialog does not exist. More... | |
bool | IsExpandedMode [get, set] |
Gets or sets a value that controls whether to the save dialog displays in expanded mode. More... | |
bool | OverwritePrompt [get, set] |
Gets or sets a value that controls whether to prompt before overwriting an existing file of the same name. Default value is true. More... | |
![]() | |
bool | AddToMostRecentlyUsedList = true [get, set] |
Gets or sets a value that controls whether to show or hide the list of places where the user has recently opened or saved items. More... | |
bool | AllowPropertyEditing = false [get, set] |
Gets or sets a value that controls whether properties can be edited. More... | |
Guid | CookieIdentifier = Guid.Empty [get, set] |
Gets or sets a value that enables a calling application to associate a GUID with a dialog's persisted state. | |
string | DefaultDirectory = string.Empty [get, set] |
Sets the folder and path used as a default if there is not a recently used folder value available. | |
string | DefaultExtension = string.Empty [get, set] |
Gets or sets the default file extension to be added to file names. If the value is string.Empty, the extension is not added to the file names. | |
string | DefaultFileName = string.Empty [get, set] |
Default file name. | |
virtual bool | EnsureFileExists = true [get, set] |
Gets or sets a value that determines whether the file must exist beforehand. More... | |
bool | EnsurePathExists = true [get, set] |
Gets or sets a value that specifies whether the returned file must be in an existing folder. More... | |
bool | EnsureReadOnly = true [get, set] |
Gets or sets a value that determines whether read-only items are returned. Default value for CommonOpenFileDialog is true (allow read-only files) and CommonSaveFileDialog is false (don't allow read-only files). More... | |
bool | EnsureValidNames = false [get, set] |
Gets or sets a value that determines whether to validate file names. More... | |
string | FileName = string.Empty [get, set] |
Gets the selected filename. More... | |
IList< FileDialogFilter > | Filters = new List<FileDialogFilter>() [get, set] |
Gets the filters used by the dialog. | |
string | InitialDirectory = string.Empty [get, set] |
Gets or sets the initial directory displayed when the dialog is shown. A null or empty string indicates that the dialog is using the default directory. More... | |
bool | NavigateToShortcut = true [get, set] |
bool | RestoreDirectory [get, set] |
Gets or sets a value that determines the restore directory. More... | |
bool | ShowHiddenItems [get, set] |
bool | ShowPlacesList = true [get, set] |
Gets or sets a value that controls whether to show or hide the list of pinned places that the user can choose. More... | |
string | Title = string.Empty [get, set] |
Gets or sets the dialog title. More... | |
IList< FileDialogCustomPlace > | CustomPlaces = new List<FileDialogCustomPlace>() [get, set] |
An item in the "Place" section to add to the list of locations where users can open or save items. | |
|
getset |
Gets or sets a value that controls whether the returned file name has a file extension that matches the currently selected file type. If necessary, the dialog appends the correct file extension.
This property cannot be changed when the dialog is showing.
|
getset |
Gets or sets a value that controls whether to prompt for creation if the item returned in the save dialog does not exist.
Note that this does not actually create the item.
This property cannot be changed when the dialog is showing.
|
getset |
Gets or sets a value that controls whether to the save dialog displays in expanded mode.
Expanded mode controls whether the dialog shows folders for browsing or hides them.
This property cannot be changed when the dialog is showing.
|
getset |
Gets or sets a value that controls whether to prompt before overwriting an existing file of the same name. Default value is true.
This property cannot be changed when the dialog is showing.