|
FileSystemWatcher
Listens to file and directory changes within a specified path. Notifies application about the changes.
The control is optimized for using in single threaded environments, like Visual FoxPro application.
|
LanguageBar Control
Displays active input language for the current process. Switches between input languages.
Freezes selected input language preventing it from being accidentally changed. Links other input controls to specific input languages.
|
|
ContextMenu Control
Designed for generating and displaying shortcut menus on VFP forms. A generated menu is object-oriented: menu items are accessible during runtime, can be modified, added and deleted. A menu can be exported to XML string, as well as loaded from a XML string.
|