Search
DecorationLine.Selected Property
See Also
 



Gets a value indicating whether this decoration line is selected.

 Syntax

VB6  Copy Code

Public Property Get Selected() As Boolean

C++  Copy Code

public:
bool get_Selected ()

 Property Value

true if the line is selected; otherwise, false.

 See Also