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 whether column footer titles can consist of multiple text lines.
Get
VB.NET | Boolean = object.Multiline As Boolean |
VB | Boolean = object.Multiline As Boolean |
C#.NET | bool Boolean = object.Multiline; |
VC++ | VARIANT_BOOL Boolean = object->Multiline; VARIANT_BOOL Boolean = object->GetMultiline(); |
C | HRESULT object->get_Multiline(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.Multiline = Boolean As Boolean |
VB | object.Multiline = Boolean As Boolean |
C#.NET | bool object.Multiline = Boolean; |
VC++ | VARIANT_BOOL object->Multiline = Boolean; void object->PutMultiline(VARIANT_BOOL Boolean); |
C | HRESULT object->put_Multiline(VARIANT_BOOL Boolean); |
object
A SftTreeFooters object.
Boolean
Defines whether column footer titles can consist of multiple text lines.
Boolean | Description |
---|---|
True | Column footer titles can consist of multiple text lines. |
False | Column footer titles can consist of a single line of text only. |
The Multiline property defines whether column footer titles can consist of multiple text lines.
Column footer text can be defined using the Footer.Text property. By including new-line characters in the title text, multiple lines of text can be displayed in each column footer. The column footer height is automatically adjusted.
See Also SftTreeFooters Object | Object Hierarchy