TdxGuide.Selected Property
Specifies if the guide UI adorner is selected.
Declaration
property Selected: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Set this property to True to select the guide and remove selection from the previously selected guide within the same collection.
End-users can select the guide by clicking it or by consecutively pressing the Tab key or one of the arrow keys.
The default Selected property value is False.
See Also