Table of Contents

Enum IconEditorType

Namespace
RadioExt_Helper.utility
Assembly
RadioExt-Helper.dll
Represents the type of icon editor to use initially. Either editing an icon from a PNG file or from an archive file.
public enum IconEditorType

Fields

FromArchive = 1
Indicates that the icon editor was initialized from an archive file.
FromPng = 0
Indicates that the icon editor was initialized from a PNG file.