Text.CheckRegenParams Method

All the Text derived classes must call this method at the beginning of the Regen method.
Protected Sub CheckRegenParams( _ 
ByVal data As RegenParams
)
This language is not supported or no code example is available.
protected void CheckRegenParams( 
RegenParams data 
)
This language is not supported or no code example is available.

Parameters

data
RegenParams

The RegenParams data.

.NET Framework

Supported in: 4.8

In this article

Definition