Click or drag to resize

MFT Enumeration

Defines a menu item type.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum MFT
Members
  Member nameValueDescription
MFT_STRING0 Displays the menu item using a text string.
MFT_BITMAP4 Displays the menu item using a bitmap
MFT_MENUBARBREAK32 Places the menu item on a new line (for a menu bar) or in a new column (for a drop-down menu, submenu, or shortcut menu). For a drop-down menu, submenu, or shortcut menu, a vertical line separates the new column from the old.
MFT_MENUBREAK64 Places the menu item on a new line (for a menu bar) or in a new column (for a drop-down menu, submenu, or shortcut menu). For a drop-down menu, submenu, or shortcut menu, the columns are not separated by a vertical line.
MFT_RADIOCHECK512 Displays selected menu items using a radio-button mark instead of a check mark
MFT_SEPARATOR2048 Specifies that the menu item is a separator. A menu item separator appears as a horizontal dividing line.
MFT_RIGHTORDER8192 Specifies that menus cascade right-to-left (the default is left-to-right). This is used to support right-to-left languages, such as Arabic and Hebrew.
MFT_RIGHTJUSTIFY16384 Right-justifies the menu item and any subsequent items. This value is valid only if the menu item is in a menu bar.
See Also