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 header titles can consist of multiple text lines.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.Multiline instead
Get
VB.NET | Boolean = object.MultilineHeader As Boolean |
VB | Boolean = object.MultilineHeader As Boolean |
C#.NET | bool Boolean = object.MultilineHeader; |
VC++ | VARIANT_BOOL Boolean = object->MultilineHeader; VARIANT_BOOL Boolean = object->GetMultilineHeader(); |
C | HRESULT object->get_MultilineHeader(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.MultilineHeader = Boolean As Boolean |
VB | object.MultilineHeader = Boolean As Boolean |
C#.NET | bool object.MultilineHeader = Boolean; |
VC++ | VARIANT_BOOL object->MultilineHeader = Boolean; void object->PutMultilineHeader(VARIANT_BOOL Boolean); |
C | HRESULT object->put_MultilineHeader(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether column header titles can consist of multiple text lines.
Boolean | Description |
---|---|
True | Column header titles can consist of multiple text lines. |
False | Column header titles can consist of a single line of text only. |
Deprecated - Provided for compatibility with earlier versions only - Use Headers.Multiline instead
The MultilineHeader property defines whether column header titles can consist of multiple text lines.
Column header text can be defined using the Header.Text property. By including new-line characters in the title text, multiple lines of text can be displayed in each column header. The column header height is automatically adjusted.
See Also SftTree Object | Object Hierarchy