|
|
|
SftBoxRowColumnHeader.ImageHAlign Property |
Defines the horizontal alignment of the graphic in the row/column header.
Syntax
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;
|
||
C |
HRESULT object->get_ImageHAlign(enum SftBoxHAlignConstants* Style); |
||
Delphi |
Style := object.ImageHAlign : TOleEnum; |
||
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;
|
||
C |
HRESULT object->put_ImageHAlign(enum SftBoxHAlignConstants Style); |
||
Delphi |
object.ImageHAlign := Style : TOleEnum; |
object
A SftBoxRowColumnHeader object.
Style
Defines the horizontal alignment of the graphic in the row/column header.
Name |
Value |
Description |
0 |
The graphic is to the left of the row/column header text. |
|
1 |
The graphic is centered in the row/column header. |
|
2 |
The graphic is to the right of the row/column header text. |
Comments
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.