Show / Hide Table of Contents

Enum DIcon

Standard icons for dialog.show and similar functions.

public enum DIcon

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
App

Use IDI_APPLICATION icon from unmanaged resources of this program file or main assembly. If there are no icons - default program icon. C# compilers add app icon with this id. The DIcon.App value is = IDI_APPLICATION (32512). If this program file contains multiple native icons in range DIcon.App to 0xf000, you can specify them like DIcon.App+1.

Error
Info
Shield
Warning

Extension Methods

ExtMisc.HasAny<DIcon>(DIcon, DIcon)
ExtMisc.Has<DIcon>(DIcon, DIcon)
ExtMisc.SetFlag<DIcon>(ref DIcon, DIcon, bool)