TiKnob.ShowFocusRect
TiKnob
Specifies whether to show the FocusRect when the control has keyboard focus.
property ShowFocusRect : Boolean;
Description
Use ShowFocusRect to get or set whether the FocusRect is shown when the
control has keyboard focus.
Example
Delphi
iComponent.ShowFocusRect := True;
C++ Builder
iComponent->ShowFocusRect = True;
Contents | Index | Previous | Next