Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The HTML rendering capabilities of the SRP Tree Control is limited to a subset of HTML tags. The following tags are supported:

TagDescription
<big>...</big>
Increases font size 2 points
<b>...</b>
Bold Text
<font>...</font>
Alters font face, size, and color
<i>...</i>
Italic Text
<small>...</small>
Decreases font size 2 points
<s>...</s>
Strikeout Text
<sub>...</sub>
Subscript Text
<sup>...</sup>
Superscript Text
<u>...</u>
Underlined Text

<font>

The <font> tag supports three attributes: color, size, and face. The color tag can be set to any SRP OLE Control Color value, such as "3DFace", "Red", or "RGB(255, 0, 255)".

...