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 |
Error | |
Info | |
Shield | |
Warning |