Property ILLinearGauge.TILControlLinearGaugeHand.Selected
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TILControlLinearGaugeHand
Contents |
Syntax
Delphi:
property Selected : Boolean read FSelected write SetSelected;
C++ Builder:
__property bool Selected = { read=FSelected, write=SetSelected };
Summary
Indicates that the hand is currently selected and can be controlled by keys or the mouse wheel.
Description
Use this property to set the hand as active or to check if
the hand is active.
When the hand is active the keys and the mouse wheel can be used to control it.