Search
Box.Selected Property
See Also
 



Gets a value indicating whether the box 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

Returns true if the box is selected, no matter alone or in multiple-selection.

 See Also