Method SetDefaultRichStyle
SetDefaultRichStyle(ITextBoxRichAttr)
Sets the current default style, which can be used to change how subsequently inserted text is displayed.
bool SetDefaultRichStyle(ITextBoxRichAttr style)
Parameters
style
ITextBoxRichAttrThe 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).