DialogParameters Members
In This Article
#Constructors
Name | Description |
---|---|
Dialog |
Initializes a new instance of the Dialog |
#Properties
Name | Description |
---|---|
Add |
Gets or sets whether to add an extension (specified by the Dialog |
Auto |
|
Check |
Gets or sets whether to display a warning if a user specifies a file that does not exist. |
Check |
Gets or sets whether to display a warning if a user specifies a path that does not exist. |
Client |
Gets or sets the GUID associated with the dialog state. |
Create |
Gets or sets whether to prompt a user for permission to create a file if a user specifies a file that does not exist. |
Default |
Gets or sets the default file extension. |
Dereference |
Gets or sets whether the dialog returns the location of the file referenced by a shortcut or whether it returns the shortcut’s location. |
Description | Gets or sets the text displayed in the browse folder dialog. |
Dialog |
Gets the dialog’s type. |
File |
Gets or sets the file name displayed in the dialog. |
Filter |
Gets or sets the selected dialog filter’s index. |
Initial |
Gets or sets the dialog’s initial directory. |
Overwrite |
Gets or sets whether to prompt a user for permission to overwrite a file if a user specifies a file that already exists. |
Read |
Gets or sets whether the Open as read-only check box is checked. |
Root |
Gets or sets the browse folder dialog’s root folder. |
Selected |
Gets or sets the path selected in the browse folder dialog. |
Show |
Gets or sets whether to display the Help button. |
Show |
Gets or sets whether to display the Make New Folder button in the browse folder dialog. |
Show |
Gets or sets whether to display the Open as read-only check box. |
Support |
Gets or sets whether the dialog supports operations with files that have multiple extensions. |
Title | Gets or sets the dialog window’s title. |
Use |
Gets or sets whether to use the Description property value as the dialog’s title. |
Validate |
Gets or sets whether to display a warning when a user enters an invalid Win32 file name. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also