SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines whether the current item (Items.Current) is updated when the expand/collapse button is clicked.
Get
| VB.NET | Boolean = object.UpdateCurrentExpandCollapse As Boolean |
| VB | Boolean = object.UpdateCurrentExpandCollapse As Boolean |
| C#.NET | bool Boolean = object.UpdateCurrentExpandCollapse; |
| VC++ | VARIANT_BOOL Boolean = object->UpdateCurrentExpandCollapse; VARIANT_BOOL Boolean = object->GetUpdateCurrentExpandCollapse(); |
| C | HRESULT object->get_UpdateCurrentExpandCollapse(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.UpdateCurrentExpandCollapse = Boolean As Boolean |
| VB | object.UpdateCurrentExpandCollapse = Boolean As Boolean |
| C#.NET | bool object.UpdateCurrentExpandCollapse = Boolean; |
| VC++ | VARIANT_BOOL object->UpdateCurrentExpandCollapse = Boolean; void object->PutUpdateCurrentExpandCollapse(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_UpdateCurrentExpandCollapse(VARIANT_BOOL Boolean); |
object
A SftTreeItems object.
Boolean
Defines whether the current item (Items.Current) is updated when the expand/collapse button is clicked.
| Boolean | Description |
|---|---|
| True | The current item is updated when the expand/collapse button is clicked. The Items.Current property is updated and the ItemIndex argument of the ItemClick event indicates which item's expand/collapse button has been clicked. |
| False | The current item is not updated when the expand/collapse button is clicked. The ItemIndex argument of the ItemClick event indicates which item's expand/collapse button has been clicked. |
The UpdateCurrentExpandCollapse property defines whether the current item (Items.Current) is updated when the expand/collapse button is clicked.
ToolTipAlways = 0
ToolTipBackColor= -1
ToolTipForeColor= -1
ToolTipsUseEntireCell= 0
TopIndex = 0
TreeLineColor = -2147483631
TreeLineGrayedColor= -2147483631
TreeLineStyle = 3
UpdateCurrentExpandCollapse= 0
OutlineStyle = 1
SelectOutlineBorderColor= -1
SelectInnerBorderColor= -1
SelectInnerFill1= -1
SelectInnerFill2= -1
SelectHotOutlineBorderColor= -1
SelectHotInnerBorderColor= -1See Also SftTreeItems Object | Object Hierarchy
