Table of Contents

Method SetAllTypesDescription

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

SetAllTypesDescription(string?)

Sets the description for an entry that includes the extensions from all of the other entries. This is useful when working with a FileOpenDialog. This will typically be set to something like "All file types" or "All image types". The entry is automatically created and is placed at the front/top of the generated filter text.

Setting this to a non-null string will cause the entry to be generated.
Setting this to null or an empty string will omit the entry.
The default value is null.

public FileDialogFilterBuilder SetAllTypesDescription(string? allTypesDescription)

Parameters

allTypesDescription string

Returns

FileDialogFilterBuilder