Gets or sets a value indicating whether users are allowed to draw incoming arrows to this box.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowIncomingArrows() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksEven if this property is disabled, arrow can still be linked to this box programmatically.
See Also