Gets or sets a value indicating whether the tree that starts from this box is expanded or collapsed.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Expanded() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value.
RemarksReturns false if the tree starting from this box is collapsed, either by the user or programmatically through the Collapse method; true, if the tree is expanded.
See Also