[Overview][Types][Classes][Procedures and functions][Index] |
Optional image drawn before the visible bands for the control bar.
Source position: extctrls.pp line 1671
public property TCustomControlBar.Picture : TPicture |
Picture is a TPicture property which contains an optional image drawn on the client rectangle for the control bar. The image is tiled to fill the client area (if needed) immediately prior to drawing the visible bands for the control bar.
Picture is used in the Paint method.
PictureChanged is assigned as the OnChange event handler for the Picture property in the constructor for the class.
Version 4.0 | Generated 2025-05-03 | Home |