Environment.SuspendDesigner Method

Suspends the events of Environment control for the designer.
Public Shared Sub SuspendDesigner( _ 
ByVal suspend As Boolean
)
This language is not supported or no code example is available.
public static void SuspendDesigner( 
bool suspend 
)
This language is not supported or no code example is available.

Parameters

suspend
bool

If true suspends the events for the designer, else resumes them

Remarks
 
For internal use only.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition