JVCL Help:TJvSlider.ImageThumb
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSlider.ImageThumb Property
Search in JVCL Help
Search in all projectsSummary
Specifies the bitmap that appears on the thumb.
Pascal
propertyImageThumb: TBitmap;
Description
Use the Open dialog box that appears as an editor in the Object Inspector to choose a bitmap file (with a .BMP extension) to use on the thumb, or specify a TBitmap object at runtime.
You must provide two images within a single bitmap. Both images must be the same size and next to each other in a row. The slider displays one of these images depending on its state.
Image position | Button state | Description |
First | Up | This image appears when the button is up (unselected). |
Second | Down | This image appears when the button stays down (indicating that it remains selected). |
See Also
About
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