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 horizontal alignment of the graphic in the row/column header.
Get
VB.NET | Style = object.ImageHAlign As SftBoxHAlignConstants |
VB | Style = object.ImageHAlign As SftBoxHAlignConstants |
C#.NET | SftBoxHAlignConstants Style = object.ImageHAlign; |
VC++ | enum SftBoxHAlignConstants Style = object->ImageHAlign; enum SftBoxHAlignConstants Style = object->GetImageHAlign(); |
C | HRESULT object->get_ImageHAlign(enum SftBoxHAlignConstants* Style); |
Put
VB.NET | object.ImageHAlign = Style As SftBoxHAlignConstants |
VB | object.ImageHAlign = Style As SftBoxHAlignConstants |
C#.NET | SftBoxHAlignConstants object.ImageHAlign = Style; |
VC++ | enum SftBoxHAlignConstants object->ImageHAlign = Style; void object->PutImageHAlign(enum SftBoxHAlignConstants Style); |
C | HRESULT object->put_ImageHAlign(enum SftBoxHAlignConstants Style); |
object
A SftBoxRowColumnHeader object.
Style
Defines the horizontal alignment of the graphic in the row/column header.
Name | Value | Description |
---|---|---|
halignSftBoxLeft | 0 | The graphic is to the left of the row/column header text. |
halignSftBoxCenter | 1 | The graphic is centered in the row/column header. |
halignSftBoxRight | 2 | The graphic is to the right of the row/column header text. |
The ImageHAlign property defines the horizontal alignment of the graphic in the row/column header.
The RowColumnHeader.ImageVAlign property defines the vertical alignment of the graphic in the row/column header. The RowColumnHeader.Image property can be used to define the row/column header graphic.
See Also SftBoxRowColumnHeader Object | Object Hierarchy