LineDisplay.RefreshWindow(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes the active window to the one specified by the window parameter, then redisplays that window’s viewport.
public abstract void RefreshWindow (int window);
abstract member RefreshWindow : int -> unit
Public MustOverride Sub RefreshWindow (window As Integer)
Parameters
- window
- Int32
Specifies the window to be refreshed.