[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles the CM_APPSHOWBTNGLYPHCHANGED message for the control.
Source position: buttons.pp line 205
protected procedure TCustomBitBtn.CMAppShowBtnGlyphChanged( |
var Message: TLMessage |
); message; |
Message |
|
Control message handled in the method. |
CMAppShowBtnGlyphChanged is a method used to handle the CM_APPSHOWBTNGLYPHCHANGED control message for the control. It ensures that the bitmap in Glyph is refreshed when the value in the GlyphShowMode property is set to gsmApplication.
|
Bitmap with the Glyph displayed on the control. |
|
|
Indicates the policy for showing or hiding the glyph image for the button. |
|
|
Updates the button glyph after changes to property values. |
|
|
TGlyphShowMode indicates if the glyph image for a menu or button should be shown, and in which circumstances. |
Version 4.0 | Generated 2025-05-03 | Home |