Unit 'Menus' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TMenuItem.SubMenuImagesWidth

Width for the bitmaps in the SubMenuImages property.

Declaration

Source position: menus.pp line 348

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.

Version 4.6 Hosted on Source Forge