Gets or sets a value indicating whether this arrow should be drawn on the screen.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Visible() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksYou can make arrows completely invisible using this property. Note that collapsing / expanding of box hierarchical structures is implemented by setting the child boxes and their connecting arrows respectively invisible / visible. Thus, you can use this property to determine if collapsing a tree hid an arrow.
See Also