TdxCustomFormattedLabel.CanFocus Method
In This Article
Identifies if it is possible to focus the formatted label control.
#Declaration
Delphi
function CanFocus: Boolean; override;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the formatted label control is used as an in-place editor; otherwise, False.
See Also