Gets or sets a custom string value associated with this arrow.
SyntaxVB6
Copy Code
|
|---|
Public Property Get UserString() As String |
C++
Copy Code
|
|---|
public: |
A string value. The default is an empty string.
RemarksUser-defined string that is not used by FlowChartX in any way. Possible usage includes storing a string identifier or a hidden text associated with the arrow.
See Also