C# Class BExplorer.Shell.Interop.MENUITEMINFO

Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
cbSize uint
cch uint
dwItemData System.IntPtr
dwTypeData String
fMask MIIM
fState uint
fType uint
hSubMenu System.IntPtr
hbmpChecked System.IntPtr
hbmpItem System.IntPtr
hbmpUnchecked System.IntPtr
wID int

Property Details

cbSize public property

public uint cbSize
return uint

cch public property

public uint cch
return uint

dwItemData public property

public IntPtr,System dwItemData
return System.IntPtr

dwTypeData public property

public String dwTypeData
return String

fMask public property

public MIIM fMask
return MIIM

fState public property

public uint fState
return uint

fType public property

public uint fType
return uint

hSubMenu public property

public IntPtr,System hSubMenu
return System.IntPtr

hbmpChecked public property

public IntPtr,System hbmpChecked
return System.IntPtr

hbmpItem public property

public IntPtr,System hbmpItem
return System.IntPtr

hbmpUnchecked public property

public IntPtr,System hbmpUnchecked
return System.IntPtr

wID public property

public int wID
return int