Gets a value indicating whether the box is selected.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Selected() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value.
RemarksReturns true if the box is selected, no matter alone or in multiple-selection.
See Also