public class MENUITEMINFO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
cbSize |
int |
cch |
int |
dwItemData |
int |
dwTypeData |
int |
fMask |
int |
fState |
int |
fType |
int |
hbmpChecked |
int |
hbmpItem |
int |
hbmpUnchecked |
int |
hSubMenu |
static int |
sizeof |
int |
wID |
Constructor and Description |
---|
MENUITEMINFO() |
public int cbSize
public int fMask
public int fType
public int fState
public int wID
public int hSubMenu
public int hbmpChecked
public int hbmpUnchecked
public int dwItemData
public int dwTypeData
public int cch
public int hbmpItem
public static final int sizeof