MEINIT.cchTextLimit Field

Definition

DWORD Specifying the maximum numbers of characters in menu item captions.

public: System::UInt32 cchTextLimit;
public: unsigned int cchTextLimit;
unsigned int cchTextLimit;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint cchTextLimit;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable cchTextLimit : uint32
Public cchTextLimit As UInteger 

Field Value

Attributes

Remarks

The default is 256 chars.

COM Signature

From vsshell.idl:

Applies to