|
|
|
SftTreeHeader.ImageHAlign Property |
Defines the horizontal alignment of the graphic in this column header.
Syntax
VB.NET |
Style = object.ImageHAlign As SftTreeHAlignConstants |
||
VB |
Style = object.ImageHAlign As SftTreeHAlignConstants |
||
C#.NET |
SftTreeHAlignConstants Style = object.ImageHAlign; |
||
VC++ |
enum SftTreeHAlignConstants Style = object->ImageHAlign;
|
||
C |
HRESULT object->get_ImageHAlign(enum SftTreeHAlignConstants* Style); |
||
Delphi |
Style := object.ImageHAlign : TOleEnum; |
||
VB.NET |
object.ImageHAlign = Style As SftTreeHAlignConstants |
||
VB |
object.ImageHAlign = Style As SftTreeHAlignConstants |
||
C#.NET |
SftTreeHAlignConstants object.ImageHAlign = Style; |
||
VC++ |
enum SftTreeHAlignConstants object->ImageHAlign = Style;
|
||
C |
HRESULT object->put_ImageHAlign(enum SftTreeHAlignConstants Style); |
||
Delphi |
object.ImageHAlign := Style : TOleEnum; |
object
A SftTreeHeader object.
Style
Defines the horizontal alignment of the graphic in this column header.
Name |
Value |
Description |
0 |
The graphic is on the left of the column header text. |
|
1 |
The graphic is centered in the column header. The column header text is not displayed. |
|
2 |
The graphic is on the right of the column header text. |
Comments
The ImageHAlign property defines the horizontal alignment of the graphic in this column header.
The column header graphic is defined using the Header.Image property.
See Also SftTreeHeader Object | Object Hierarchy