WinStudio
IWSFormComponent interface
Repaints a specified component.
object.ForceRepaint( )
Part |
Description |
| object | Required. The name of a valid component object. |
Sub Main()
ThisForm.Components("FormCollectionGrid").ForceRepaint
End Sub