Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

RowColPictureAlign Property, SftTree Object

Defines the position of the graphic displayed in the row/column header.

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ImageHAlign and RowColumnHeader.ImageVAlign instead

Syntax

Get

VB.NETAlign = object.RowColPictureAlign As SftTreeAlignConstants
VBAlign = object.RowColPictureAlign As SftTreeAlignConstants
C#.NETSftTreeAlignConstants Align = object.RowColPictureAlign;
VC++enum SftTreeAlignConstants Align = object->RowColPictureAlign;
enum SftTreeAlignConstants Align = object->GetRowColPictureAlign();
CHRESULT object->get_RowColPictureAlign(enum SftTreeAlignConstants* Align);

Put

VB.NETobject.RowColPictureAlign = Align As SftTreeAlignConstants
VBobject.RowColPictureAlign = Align As SftTreeAlignConstants
C#.NETSftTreeAlignConstants object.RowColPictureAlign = Align;
VC++enum SftTreeAlignConstants object->RowColPictureAlign = Align;
void object->PutRowColPictureAlign(enum SftTreeAlignConstants Align);
CHRESULT object->put_RowColPictureAlign(enum SftTreeAlignConstants Align);

object

A SftTree object.

Align

Defines the position of the graphic displayed in the row/column header.

One value of each of the following tables can be combined and used as Align value:

Horizontal AlignmentValueDescription
alignSftTreeLeft0The graphic is on the left of the row/column header text. If no horizontal alignment value is specified, this is the default.
alignSftTreeCenter1The graphic is centered in the row/column header. The row/column header text is not displayed.
alignSftTreeRight2The graphic is on the right of the row/column header text.
Vertical AlignmentValueDescription
alignSftTreeVCenter16The graphic is vertically centered. If no vertical alignment value is specified, this is the default.
alignSftTreeTop32The graphic is aligned with the top of the available area.
alignSftTreeBottom64The graphic is aligned with the bottom of the available area.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ImageHAlign and RowColumnHeader.ImageVAlign instead

The RowColPictureAlign property defines the position of the graphic displayed in the row/column header.

The row/column header graphic is defined using the RowColumnHeader.Image property.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.