Table of Contents

Class FileDialogFilterItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents a filter item for file dialogs, allowing to specify a title and file extensions.

public class FileDialogFilterItem : BaseObject, IBaseObject
Inheritance
FileDialogFilterItem
Implements

Constructors

FileDialogFilterItem()

Initializes a new instance of the FileDialogFilterItem class.

FileDialogFilterItem(Kind)

Initializes a new instance of the FileDialogFilterItem class.

FileDialogFilterItem(string, params string[])

Initializes a new instance of the FileDialogFilterItem struct.

Properties

Extensions

Gets or sets the file extensions associated with the current operation.

ItemKind

Gets or sets the kind of item represented by this instance.

Title

Gets or sets the title of the item.

Methods

ToString()

Returns a string that represents the current object.