Search
Arrow.Selected Property
See Also
 



Gets a value indicating whether this arrow is selected.

 Syntax

VB6  Copy Code

Public Property Get Selected() As Boolean

C++  Copy Code

public:
bool get_Selected ()

 Property Value

A boolean value.

 Remarks

true if the arrow is selected no matter alone or in multiple-selection.

 See Also