DesktopWindow.Refresh
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
DesktopWindow.Refresh(x As Integer, y As Integer, width As Integer, height As Integer, immediately As Boolean = False)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Redraws the portion of the window passed the next time the OS redraws the window or immediately if True is passed.
Method
DesktopWindow.Refresh(immediately As Boolean = False)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Redraws the entire window passed the next time the OS redraws the window or immediately if True is passed.