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
The SftBoxHeader object represents one column header in a SftBox/OCX control. A SftBoxHeader object for a particular column can be accessed through the control's Header property.
Certain default properties and behavior for column headers can be defined using the SftBoxHeaders object.
Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.
Property/Method | Description |
---|---|
Align | Defines the header's text alignment. |
Enabled | Defines whether the column header is enabled. |
GetPosition | Returns the header's position and dimensions. |
GetPositionDropDown | Returns the header's position and dimensions. |
GetPositionDropDownPix | Returns the header's position and dimensions in pixels. |
GetPositionDropDownV | Returns the header's position and dimensions. |
GetPositionPix | Returns the header's position and dimensions in pixels. |
GetPositionV | Returns the header's position and dimensions. |
Image | Defines the graphic displayed in this column header. |
ImageHAlign | Defines the horizontal alignment of the graphic in this column header. |
ImageVAlign | Defines the vertical alignment of the graphic in this column header. |
Index | Returns the column number of this header. |
KeepPosition | Defines whether this column header must remain in its current position and cannot be reordered. |
Locked | Defines whether this column header's size is locked so the user cannot resize the column. |
Picture | Defines the header's picture component. |
PictureAlign | Defines the header's picture alignment. |
RemainUp | Defines whether this column header button will return to its "up" position when pressed. |
Text | Defines this column header's text. |
TextHAlign | Defines the horizontal alignment of the text in this column header. |
TextVAlign | Defines the vertical alignment of the text in this column header. |
ToolTip | Defines the header's ToolTip text. |
Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.
See Also Object Hierarchy