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