MEINIT.cchTextLimit Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: