|
|
|
|
Expand Method, ItemCollectionClass Class |
Collapses all items in the item collection so their dependents are hidden.
Syntax ItemCollectionClass Class (Softelvdm.SftTreeNET)
VB |
Public Sub Expand( ByVal Style As ExpandStyleEnum ) |
C# |
public void Expand( ExpandStyleEnum Style ); |
C++ |
public: void Expand( ExpandStyleEnum Style ); |
Style
Defines how the items and their dependents are collapsed.
Value |
Description |
|
0 | Expand all dependent items, including indirect dependent items resulting in all dependents fully expanded. | |
1 | Expand this item, collapse all its dependents. | |
2 | Expand this item, leave its dependents unchanged. | |
3 | Expand this item and restore all its dependents to their last saved state. |
Comments
The Expand method collapses all items in the item collection so their dependents are hidden.
This method can only be used for items in the item area.