JVCL Help:TJvOutlookBarButton.Enabled

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Controls whether the button responds to mouse events.


Pascal

 propertyEnabled: Boolean;


Description

Use Enabled to change the availability of the button to the user. To disable a button, set Enabled to false. Disabled button appear dimmed. If Enabled is false, the button ignores mouse events. To re-enable a button, set Enabled to true. The button is no longer dimmed, and the user can use the button.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page