MenuItemInfoTextLen Field

The length of the menu item text, in characters, when information is received about a menu item of the "Text type.

However, TextLen is used only if the Type flag is set in the Mask member and is zero otherwise.

Also, TextLen is ignored when the content of a menu item is set by calling SetMenuItemInfo(IntPtr, UInt32, Boolean, MenuItemInfo) function.

The TextLen member is used when the Text flag is set in the Mask member.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int TextLen

Field Value

Int32

See Also