Gets the plain text of this box.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PlainText() As String |
C++
Copy Code
|
|---|
public: |
A string value.
RemarksRemoves 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