Gets or sets a custom integer value associated with this box.
SyntaxVB6
Copy Code
|
|---|
Public Property Get UserData() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 0.
RemarksHolds user-defined data that is not used by FlowChartX in any way. Possible usage includes storing some integer identifier or a pointer to a larger structure.
See Also