JVCL Help:TJvComboListBoxDrawStyle

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the possible ways an image can be drawn in a TJvComboListBox.

run\JvComboListBox.pas


Pascal

 run\JvComboListBox.pas
 TJvComboListBoxDrawStyle = (
dsOriginal,
dsStretch,
dsProportional
);


Members

Members Description
dsOriginal The image is clipped to the size of the drawing area. If the image is smaller than the display rect, it is centered accordingly.
dsStretch The image is stretched to fill the entire drawing area.
dsProportional The image is sized proportionally to the display area and centered.

run\JvComboListBox.pas


Description

TJvComboListBoxDrawStyle defines the possible ways an image can be drawn in a TJvComboListBox. This property does not affect items that contains text.

run\JvComboListBox.pas


About

Navigation

no pages or subcategories

run\JvComboListBox.pas



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