Table of Contents

Enum WindowHelpContentType

Namespace
PaintDotNet.IndirectUI
Assembly
PaintDotNet.Core.dll
public enum WindowHelpContentType

Fields

None = 0
PlainText = 1

When the window's help button is clicked, a modal message box with plain text will be shown.

CustomViaCallback = 2

When the window's help button is clicked, a callback will be executed via dynamic method invocation. For more info, see: EffectDynamicMethods.OnWindowHelpButtonClicked