Gets or sets a value specifying whether users are allowed to draw incoming arrows to this table.
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 table programmatically.
See Also