Specifies whether the text associated with a Column object appears with a shadow. Available at design time and run time.
Column.DynamicFontShadow [= "lExpr"] |
Return Value
- "lExpr"
-
Specifies a logical expression that evaluates to True (.T.) or False (.F.). The expression is reevaluated at run time each time the Grid control is refreshed.
The following table describes the settings for these values.
lExpr evaluates to Description True (.T.)
The text is shadowed.
False (.F.)
The text is not shadowed. (Default)
Remarks
Applies To: Column Object
Note: |
---|
The GridВ AutoFit method might not resize adequately to display the entire contents of a column if you use this property. |