TcxControl.IsFocused Property
Identifies if the control is focused.
Declaration
property IsFocused: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
If the control is currently focused, receiving user input, the IsFocused property returns True; otherwise, False.
See Also