set_contents


Description:

[ Version ( since = "4.2.2" ) ]
public void set_contents (string markup, int length)

Set this's contents.

If length is -1, markup must be nul-terminated

Parameters:

this

a RtEditor

markup

the text to set in this, using the markup syntax (must be valid UTF-8)

length

length of text in bytes.