RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonControl.ClicksDisabled Property

Specifies whether the button control accepts mouse clicks.

Pascal
property ClicksDisabled: Boolean;
C++
__property Boolean ClicksDisabled;

Use ClicksDisabled to determine whether a button control accepts mouse clicks. If ClicksDisabled is true, the button control doesn't accept mouse clicks. Otherwise, the button control accepts mouse clicks. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!