RAD Studio VCL Reference
|
Designates a bitmap that is drawn for the menu item.
property Bitmap: TBitmap;
__property TBitmap Bitmap;
Use Bitmap to provide a custom image that appears next to the caption in the menu item. On owner-draw menus, Bitmap can be used from an OnDrawItem event handler to represent the entire menu item or a portion of the menu item.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|