ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamShellBreadCrumbBar.TJamShellBreadCrumbBar.Enabled

Controls whether the control responds to mouse, keyboard, and timer events.

Syntax
Pascal
property Enabled;

Use Enabled to change the availability of the control to the user. To disable a control, set Enabled to False. Disabled controls appear dimmed. If Enabled is False, the control ignores mouse, keyboard, and timer events. To re-enable a control, set Enabled to True. The control is no longer dimmed, and the user can use the control. See TControl.Enabled