TextStyleKeyedCollection.Clear (Boolean) Method

Clears this collection.
Public Sub Clear( _ 
ByVal addDefaultTextStyle As Boolean
)
This language is not supported or no code example is available.
public void Clear( 
bool addDefaultTextStyle 
)
This language is not supported or no code example is available.

Parameters

addDefaultTextStyle
bool

When true the collection is initialized with the default text style.

Remarks
 
When the collection is linked to a Environment control, the default text style is always added.

.NET Framework

Supported in: 4.8

In this article

Definition