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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the indentation for item levels.
Get
VB.NET | IndentPix = object.IndentationPix As Integer |
VB | IndentPix = object.IndentationPix As Long |
C#.NET | int IndentPix = object.IndentationPix; |
VC++ | long IndentPix = object->IndentationPix; long IndentPix = object->GetIndentationPix(); |
C | HRESULT object->get_IndentationPix(long* IndentPix); |
Put
VB.NET | object.IndentationPix = IndentPix As Integer |
VB | object.IndentationPix = IndentPix As Long |
C#.NET | int object.IndentationPix = IndentPix; |
VC++ | long object->IndentationPix = IndentPix; void object->PutIndentationPix(long IndentPix); |
C | HRESULT object->put_IndentationPix(long IndentPix); |
object
IndentPix
Defines the indentation for item levels in pixels. If -1 is specified, the control determines the best indentation, based on item graphic width, font size, etc.
The IndentationPix property defines the indentation for item levels.
The Items.Indentation and IndentationPix methods are synonyms, but may use different coordinate systems.
Each item is indented the specified amount for each level.
It is possible to specify a very small value or even 0 for the level indentation. With such a small value, the hierarchy and its components, such as tree lines, expand/collapse buttons may no longer have sufficient space and must be turned off by the application.
See Also SftBoxItems Object | Object Hierarchy