Library Vcl NextSuite 6 Next Collection 6 Reference Classes TNxButton6 ImageIndex

ImageIndex

Determines which image is displayed on button. Set ImageIndex to associate the button with one of the images in the Images.

pas
property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;

Remarks

If both Glyph and ImageIndex are set, Glyph will have priority.

Sign in