MIIM Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields
 
Name Value Description
BITMAP 128
CHECKMARKS 8
DATA 32
FTYPE 256
ID 2
STATE 1
STRING 64
SUBMENU 4
TYPE 16
[Flags]
 public enum MIIM
 {
     BITMAP = 0x00000080,
     CHECKMARKS = 0x00000008,
     DATA = 0x00000020,
     FTYPE = 0x00000100,
     ID = 0x00000002,
     STATE = 0x00000001,
     STRING = 0x00000040,
     SUBMENU = 0x00000004,
     TYPE = 0x00000010
 }
					
This language is not supported or no code example is available.

In this article

Definition