Table of Contents

Method SetDefaultRichStyle

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetDefaultRichStyle(ITextBoxRichAttr)

Sets the current default style, which can be used to change how subsequently inserted text is displayed.

public virtual bool SetDefaultRichStyle(ITextBoxRichAttr style)

Parameters

style ITextBoxRichAttr

The style for the new text.

Returns

bool

true on success, false if an error occurred (this may also mean that the styles are not supported under this platform).