Table of Contents

Method AppendDisplayText

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

AppendDisplayText(StringBuilder, object)

Appends the display text for the specified object to the text buffer.

protected virtual void AppendDisplayText(StringBuilder stringBuilder, object value)

Parameters

stringBuilder StringBuilder

The string builder which receives the display text.

value object

The object for which to retrieve the display text.