public class MENUITEMINFO extends Object
Modifier and Type | Field and Description |
---|---|
int |
cbSize |
int |
cch |
long |
dwItemData |
long |
dwTypeData |
int |
fMask |
int |
fState |
int |
fType |
long |
hbmpChecked |
long |
hbmpItem |
long |
hbmpUnchecked |
long |
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 long hSubMenu
public long hbmpChecked
public long hbmpUnchecked
public long dwItemData
public long dwTypeData
public int cch
public long hbmpItem
public static final int sizeof
Copyright © 2017. All Rights Reserved.