[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#lcl)

TMenuItem.SubMenuImagesWidth

Width for the bitmaps in the SubMenuImages property.

Declaration

Source position: menus.pp line 339

published property TMenuItem.SubMenuImagesWidth : Integer
  read FSubMenuImagesWidth
  write SetSubMenuImagesWidth
  default 0;

Description

SubMenuImagesWidth is an Integer property with the width for the bitmaps in the SubMenuImages property. The default value for the property is 0 (zero), and indicates that an explicit value has not been assigned for the property. This causes the width from the SubMenuImages image list to be used.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.