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

SignatureDescription
fileselector()

Returns a new instance of fileselector class.

getter

SignatureDescription
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

SignatureDescription
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

SignatureDescription
Reset()

Returns the parameter to the default value.

Select()

Opens a dialog.

Select(string)

Opens a dialog in the specified directory.

Copyright © Cooker All rights reserved.