|
|
|
SftBoxEdit.TextHAlign Property |
Defines the horizontal alignment of the text in the edit control portion.
Syntax
VB.NET |
Style = object.TextHAlign As SftBoxHAlignDefaultConstants |
||
VB |
Style = object.TextHAlign As SftBoxHAlignDefaultConstants |
||
C#.NET |
SftBoxHAlignDefaultConstants Style = object.TextHAlign; |
||
VC++ |
enum SftBoxHAlignDefaultConstants Style = object->TextHAlign;
|
||
C |
HRESULT object->get_TextHAlign(enum SftBoxHAlignDefaultConstants* Style); |
||
Delphi |
Style := object.TextHAlign : TOleEnum; |
||
VB.NET |
object.TextHAlign = Style As SftBoxHAlignDefaultConstants |
||
VB |
object.TextHAlign = Style As SftBoxHAlignDefaultConstants |
||
C#.NET |
SftBoxHAlignDefaultConstants object.TextHAlign = Style; |
||
VC++ |
enum SftBoxHAlignDefaultConstants object->TextHAlign = Style;
|
||
C |
HRESULT object->put_TextHAlign(enum SftBoxHAlignDefaultConstants Style); |
||
Delphi |
object.TextHAlign := Style : TOleEnum; |
object
A SftBoxEdit object.
Style
Defines the horizontal alignment of the text in the edit control portion.
Name |
Value |
Description |
-1 |
The text is aligned as defined using the first displayed column (see Column.CellHAlign). |
|
0 |
The text is left aligned. |
|
1 |
The text is centered in the edit control portion. |
|
2 |
The text is right aligned. |
Comments
The TextHAlign property defines the horizontal alignment of the text in the edit control portion.