- ElShellTree - ElTree-based control to view hierarchy of shell objects;
- ElShellList - ElTree-based control for viewing contents of the shell folder;
- ElShellComboBox - combobox-based control for showing current folder and quick navigation
- ElFolderDialog - shell browse for folder dialog;
- ElTrayInfo - show HTML-formatted and plain text notification messages near system tray in non-annoying manner;
- ElTrayIcon - control your tray icons and custom tray hints with this component;
| ElShellTree |
|
ElShellTree is a specialized component for browsing shell namespace. It offers high level of customization including possibility to hide objects and add your own objects (to show virtual files and/or folders), to show columns with details for the objects. ElShellTree can display both system-defined columns (columns for Desktop folder are displayed) and user-defined columns at the same time.
| ElShellList |
|
ElShellList class displays contents of one shell namespace folder, be it a file object (some folder on the disk) or shell namespace virtual folder. Contents are displayed in multi-column form like Report view style in Windows Explorer. ElShellTree can display both system-defined columns (columns for Desktop folder are displayed) and user-defined columns at the same time.
| ElShellComboBox |
|
ElShellComboBox is a simple combobox-based component that allows quick navigation by typing the location or selecting one of root namespace objects (My Computer and drives, Network Neghbourhood etc.)
| ElFolderDialog |
|
ElFolderDialog is used to select a folder in your system. As VCL doesn't provide such dialog, you can use ElFolderDialog.
| ElTrayInfo |
|
ElTrayInfo component is used to show notification messages near the system tray. Such messages don't capture focus, and notify the user about some events or state change in your application. ElTrayInfo supports HTML-formatted text, so your notification messages can be more informative. They can even contain images.
| ElTrayIcon |
|
ElTrayIcon component is used to add the icon to the system tray. Static and animated icons can be added. ElTrayIcon has posibility not to react on clicks when a modal form is shown (to avoid two modal forms appearing on the screen). Besides this ElTrayIcon support custom hints. You can assign a form class to the ExtendedHint property, and such form will be created and shown instead of standard tray hint. Possibilities of such hint are really unlimited. It can be interactive, allowing the user to click controls and use keyboard for operations on the hint form. TrayIcon can also use TrayInfo component to show HTML-formatted hint with icon.
[Top]
 Back to LMD ElPack Product Page