Environment.SuspendUpdate Method

Suspends the updates of Environment control.
Public Sub SuspendUpdate( _ 
ByVal suspend As Boolean
)
This language is not supported or no code example is available.
public void SuspendUpdate( 
bool suspend 
)
This language is not supported or no code example is available.

Parameters

suspend
bool

If true suspends the updates, else resumes them

Remarks
 
For internal use only.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition