SftBox/OCX 4.5

SftBoxRowColumnHeader.Align Property

Softel vdm, Inc.

Defines the row/column header's text alignment.

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.TextHAlign instead

Syntax       

Get

VB.NET

Align = object.Align  As SftBoxAlignConstants

VB

Align = object.Align  As SftBoxAlignConstants

C#.NET

SftBoxAlignConstants Align = object.Align;

VC++

enum SftBoxAlignConstants Align = object->Align;
enum SftBoxAlignConstants Align = object->GetAlign();

C

HRESULT object->get_Align(enum SftBoxAlignConstants* Align);

Delphi

Align := object.Align  : TOleEnum;

Put

VB.NET

object.Align = Align  As SftBoxAlignConstants

VB

object.Align = Align  As SftBoxAlignConstants

C#.NET

SftBoxAlignConstants object.Align = Align;

VC++

enum SftBoxAlignConstants object->Align = Align;
void object->PutAlign(enum SftBoxAlignConstants Align);

C

HRESULT object->put_Align(enum SftBoxAlignConstants Align);

Delphi

object.Align := Align  : TOleEnum;

object

A SftBoxRowColumnHeader object.

Align

Defines the row/column header's text alignment.

Name

Value

Description

constSftBoxLeft

0

The row/column header text and/or graphic component are left aligned.

constSftBoxCenter

1

The row/column header text and/or graphic component are centered.

constSftBoxRight

2

The row/column header text and/or graphic component are right aligned.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.TextHAlign instead

The Align property defines the row/column header's text alignment.

The RowColumnHeader.TextVAlign property is used to define the vertical alignment of the text in the row/column header. The RowColumnHeader.Text property defines the text displayed in the row/column header.

The RowColumnHeader.ImageHAlign and RowColumnHeader.ImageVAlign properties are used to align the row/column header graphic component.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com