property ExContextMenu.FlatImageWidth as Long
Specifies the width of the column to display the icons/images when the control's MenuAppearance is exMenuFlat.

TypeDescription
Long A Long expression that specifies the width of the column that displays icons/images/check or radio buttons, when the control's MenuAppearance is exMenuFlat.
By default, the FlatImageWidth property is 16 pixels wide. Use the FlatImageWidth property to specify the width of the column that displays icons/images/check or radio buttons. The Image / HTMLImage property assigns an icon / picture to the item. The <img> tag can be used in the Caption property of the Item object to display an Icon or a custom-size picture.