Search
Table.AllowOutgoingArrows Property
See Also
 



Gets or sets a value indicating whether users are allowed to draw outgoing arrows from this table.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_AllowOutgoingArrows ()
void put_AllowOutgoingArrows (
    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