|
Buttons and checkboxes
Some of them have analogues in VCL, and some are original components.
| ElPopupButton |
|
ElPopupButton is a universal replacement for any button control.
- ElPopupButton shows the glyph, caption or both. No run-time assignments of Glyph or Caption needed;
- Glyphs can be taken from bitmap, icon or imagelist;
- ElPopupButton can be transparent or have custom background, if needed;
- this button supports skins. Assign a bitmap, and watch the bitmap instead of the buton;
- assign a menu to the buton, and this menu will be pulled down when the user clicks the button. Optional arrow for pulling the menu is also available;
- buttons can be flat, old-styled, or popup - with borders changing on mouse hover;
- ElPopupButton supports ElImageForm
- 32-bit images with AlphaBlending are supported on 32-bit displays.
| ElGraphicButton |
|
ElGraphicButton is a universal replacement for TSpeedButton.
- ElGraphicButton shows the glyph, caption or both. No run-time assignments of Glyph or Caption needed;
- Glyphs can be taken from bitmap, icon or imagelist;
- ElGraphicButton can be transparent or have custom background, if needed;
- this button supports skins. Assign a bitmap, and watch the bitmap instead of the buton;
- assign a menu to the buton, and this menu will be pulled down when the user clicks the button. Optional arrow for pulling the menu is also available;
- buttons can be flat, old-styled, or popup - with borders changing on mouse hover;
- ElGraphicButton supports ElImageForm
- 32-bit images with AlphaBlending are supported on 32-bit displays.
ElGraphicButton supports Unicode
This component is included in LMD ElPack/CLX
| ElCheckBox |
|
ElCheckBox replaces TCheckBox, and offers flat style, custom glyphs and transparency. It can have multiline and HTML-formatted caption.
ElCheckBox component supports Unicode
This component is included in LMD ElPack/CLX
| ElRadioButton |
|
ElRadioButton replaces TRadioButton, and offers flat style, custom glyphs and transparency. It can have multiline and HTML-formatted caption.
ElRadioButton component supports Unicode
This component is included in LMD ElPack/CLX
| ElSpinButton |
|
ElSpinButton is a button with two arrows. Clicking the button invokes an event which can be used to increase or decrease some value. Also it is possible to drag separator line to quickly change the value. Button position and arrow orientation are adjustable.
This component is included in LMD ElPack/CLX
[Top]
 Back to LMD ElPack Product Page
|
|