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
styleITextBoxRichAttrThe style for the new text.
Returns
- bool
trueon success,falseif an error occurred (this may also mean that the styles are not supported under this platform).