Table of Contents

Property SupportsConfiguration

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

SupportsConfiguration

Gets a flag indicating whether or not the file type supports configuration via a SaveConfigToken and SaveConfigWidget.

public bool SupportsConfiguration { get; }

Property Value

bool

Remarks

Implementers of FileType derived classes don't need to do anything special for this property to be accurate. If your FileType implements CreateDefaultSaveConfigToken, this will correctly return true.