[Overview][Types][Classes][Procedures and functions][Index] |
Recalculates the height for check box Items in the control when the Font is changed.
Source position: checklst.pas line 71
protected procedure TCustomCheckListBox.FontChanged( |
Sender: TObject |
); override; |
Sender |
|
TObject instance for the change notification. |
FontChanged is an overridden method in TCustomListBox used to perform actions when the Font for the control has been changed. FontChanged calls the inherited method on entry. The value in ItemHeight is updated (at run-time) when the control Style is set to lbStandard.
|
The default height for an item displayed in the list. |
|
|
Appearance of the list box (standard, owner-draw fixed, or owner-draw variable). |
|
|
Implements the event handler signalled when the Font has been changed for the control. |
|
|
The font to be used for text display in this control. |
Version 4.0 | Generated 2025-05-03 | Home |