Search
Table.AllowIncomingArrows Property
See Also
 



Gets or sets a value specifying whether users are allowed to draw incoming arrows to this table.

 Syntax

VB6  Copy Code

Public Property Get AllowIncomingArrows() As Boolean
Public Property Let AllowIncomingArrows( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_AllowIncomingArrows ()
void put_AllowIncomingArrows (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

Even if this property is disabled, arrow can still be linked to this table programmatically.

 See Also