Refresh Methods
Paints a list and resets the current font.
Syntax
object.RLRefresh
object.LLRefresh
The syntax of the Refresh methods has these parts:
| Part | Description |
| object | A DCombo control. |
Remarks
The Refresh methods paint the specified list and resets the current font. After setting a specific property of a list font such as size or bold in code, you must call the Refresh method to update the font. The combo box portion of the control will update automatically and does not have a Refresh method.