Search
Box.PlainText Property
See Also
 



Gets the plain text of this box.

 Syntax

VB6  Copy Code

Public Property Get PlainText() As String

C++  Copy Code

public:
BSTR get_PlainText ()

 Property Value

A string value.

 Remarks

Removes any formatting tags from box' Text and returns the plain human-readable text. That is useful when styled text is enabled and you need to display box' content outside of FlowChartX, e.g. in a message box or a dialog.

 See Also