| ElListBox |
|
ElListBox is a replacement for ListBox control. It supports Unicode, checkboxes and images for every item, horizontal scrollbar. If the item doesn't fit into view, a hint with complete item caption appears. Among other features - transparency and custom background, custom borders, XP themes support.
| ElComboBox |
|
ElComboBox is a replacement for ComboBox control. It supports Unicode, horizontal scrollbar in dropdown list, autocompletion, secondary button. Among other features - transparency and custom background, custom borders, XP themes support.
| ElAdvancedListBox |
|
ElAdvancedListBox enhances functionality of standard Windows listbox, adding
- customizable borlder styles both for active and inactive states;
- transparency;
- custom background;
- horizontal scrollbar;
- line hint for items that don't fit into the view;
- selective borders. When needed, you can show and hide any side of the control
Because ElAdvancedListBox is a Windows control descendant, it does not support Unicode. For Unicode ListBox use ElListBox instead
| ElAdvancedComboBox |
|
ElAdvancedComboBox enhances functionality of standard Windows combobox, adding
- customizable borlder styles both for active and inactive states;
- auto-completion;
- horizontal scrollbar in drop-down list;
- transparent or flat combo button that reflects combo state (i.e. is pressed when combo is dropped down);
Because ElAdvancedComboBox is a Windows control descendant, it does not support Unicode. For Unicode ListBox use ElComboBox instead
| ElHTMLComboBox |
|
ElHTMLComboBox extends ElAdvancedComboBox by drawing HTML-formatted text in every item. No need to say, that the items can be multiline, can contain images and hyperlinks. Currently ElHTMLListBox does not support Unicode.
| ElHTMLListBox |
|
ElHTMLListBox extends ElAdvancedListBox by drawing HTML-formatted text in every item. No need to say, that the items can be multiline, can contain images and hyperlinks. Currently ElHTMLComboBox does not support Unicode.
| ElColorCombo |
|
ElColorCombo is a combobox for color selection. It is capable to display 16 main colors, system colors and a custom color that can be selected with Color Dialog. "No value" choice is also available. Currently ElColorCombo does not support Unicode.
| ElMemoCombo |
|
ElMemoCombo is a combobox for editing multi-line text. It looks like an edit box with button, and it drops down, memo appears. As with all combo boxes, styled borders are supported to keep consistency of your user interface. Currently ElMemoCombo does not support Unicode.
| ElTreeCombo |
|
ElTreeCombo combines an edit control with ElTree. Imagine what can be done with ElTree. Now you can put ElTree into a combo box and have all its power inside. It's perfect for organizing lists that need to display in a dropdown!
ElTreeCombo component supports Unicode.
ElImageComboBox is designed for selecting an image from the imagelist. Both image and image index (or image name or whatever you substitute) are displayed for every item. As with all combo boxes, styled borders are supported to keep consistency of your user interface.
ElImageComboBox component supports Unicode.
| ElDriveComboBox |
|
ElDriveComboBox is a specialized combobox for selecting a drive letter. Drive type icon, drive name and label are displayed. You can customize, what types of drives are available for selection. As with all combo boxes, styled borders are supported to keep consistency of your user interface.
| ElFontComboBox |
|
ElFontComboBox is a specialized combobox for selecting font names. You can display font name, sample text or both of them at the same time for every item in the combobox, offering more experience to your user. You can limit the choice to specified font pitch or font types. As with all combo boxes, styled borders are supported to keep consistency of your user interface.
ElFontComboBox component supports Unicode.
[Top]
 Back to LMD ElPack Product Page