JVCL Help:TJvImageKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImageKind type
Search in JVCL Help
Search in all projectsSummary
Enumerates image kinds for combo edit controls.
Pascal
run\JvToolEdit.pas
TJvImageKind = (
ikCustom,
ikDefault,
ikDropDown,
ikEllipsis
);
Members
Members | Description |
ikCustom | A custom image. |
ikDefault | When specifying ikDefault the actual image shown depends on the combo edit control. For example, a TJvDateEdit will display a calendar glyph. |
ikDropDown | A drop-down button. |
ikEllipsis | Ellipsis. |
Description
Use the TJvImageKind type to specify the image kind for the button of a combo edit control.
See Also
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page