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 Item.DataString property is copied or moved with an item.
Deprecated - Provided for compatibility with earlier versions only - Use Items.Move, Items.MoveAfter, Items.Copy and Items.CopyAfter instead
Get
| VB.NET | Boolean = object.CopyItemDataString As Boolean |
| VB | Boolean = object.CopyItemDataString As Boolean |
| C#.NET | bool Boolean = object.CopyItemDataString; |
| VC++ | VARIANT_BOOL Boolean = object->CopyItemDataString; VARIANT_BOOL Boolean = object->GetCopyItemDataString(); |
| C | HRESULT object->get_CopyItemDataString(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.CopyItemDataString = Boolean As Boolean |
| VB | object.CopyItemDataString = Boolean As Boolean |
| C#.NET | bool object.CopyItemDataString = Boolean; |
| VC++ | VARIANT_BOOL object->CopyItemDataString = Boolean; void object->PutCopyItemDataString(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_CopyItemDataString(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the Item.DataString property is copied or moved with an item.
| Boolean | Description |
|---|---|
| True | The deprecated MoveItem and CopyItem methods move/copy the Item.DataString property. |
| False | The deprecated MoveItem and CopyItem methods do not move/ copy the Item.DataString property. |
Deprecated - Provided for compatibility with earlier versions only - Use Items.Move, Items.MoveAfter, Items.Copy and Items.CopyAfter instead
The CopyItemDataString property defines whether the Item.DataString property is copied or moved with an item.
The deprecated MoveItem and CopyItem methods do not move or copy the Item.DataString property when an item is moved or copied unless the CopyItemDataString property is set to True.
The CopyItemDataString property has no effect on the methods Items.Move, Items.MoveAfter, Items.Copy and Items.CopyAfter or the deprecated methods CopyItem/CopyItems and MoveItem/MoveItems, as these methods always copy the Item.DataString property.
BackgroundX = 0
BackgroundY = 0
BorderStyle = 0
ButtonStyle = 2
CellEventHandling= 0
CellEditStyle = 0
CellEditLimit = 0
ColumnCount = 2
CopyItemDataString= 1
CustomCode = 0
DragImage = -842150451
DragMethod = 1
DragType = 3
Enabled = 1
HandleReturn = -842150451
MousePointer = 0See Also SftTree Object | Object Hierarchy
