C# Class cadencii.MENUITEMINFO

Show file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
cbSize uint
cch uint
dwItemData DWORD
dwTypeData string
fMask uint
fState uint
fType uint
hSubMenu System.IntPtr
hbmpChecked System.IntPtr
hbmpItem System.IntPtr
hbmpUnchecked System.IntPtr
wID uint

Property Details

cbSize public property

public uint cbSize
return uint

cch public property

public uint cch
return uint

dwItemData public property

ULONG_PTR
public DWORD dwItemData
return DWORD

dwTypeData public property

public string dwTypeData
return string

fMask public property

public uint fMask
return uint

fState public property

public uint fState
return uint

fType public property

public uint fType
return uint

hSubMenu public property

HMENU
public IntPtr,System hSubMenu
return System.IntPtr

hbmpChecked public property

HBITMAP
public IntPtr,System hbmpChecked
return System.IntPtr

hbmpItem public property

HBITMAP
public IntPtr,System hbmpItem
return System.IntPtr

hbmpUnchecked public property

HBITMAP
public IntPtr,System hbmpUnchecked
return System.IntPtr

wID public property

public uint wID
return uint