fileselector class
Description
Represents a file selection dialog.
Notes
It is a class that is statically included in the Cooker.
An instance returned by variable declaration has been initialized.
It is a wrapper class for Microsoft.Win32.OpenFileDialog in the C#.
fitter
| Signature | Description |
| fileselector() | Returns a new instance of fileselector class. |
getter
| Signature | Description |
| Filter | Returns the filter string. |
| FilterIndex | Returns the index of the selected filter. |
| Fitted | Returns the value that indicates whether this instance was initialized. |
| Title | Returns the text displayed in the title bar. |
| TypeName | Returns the type name. |
setter
| Signature | Description |
| Filter(string) | Sets the filter string. |
| FilterIndex(int) | Sets the index of the selected filter. |
| Title(string) | Sets the text displayed in the title bar. |
method
| Signature | Description |
| Reset() | Returns the parameter to the default value. |
| Select() | Opens a dialog. |
| Select(string) | Opens a dialog in the specified directory. |


