Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ImageHAlign Property, SftTreeRowColumnFooter Object

Defines the horizontal alignment of the graphic in the row/column footer.

Syntax

Get

VB.NETStyle = object.ImageHAlign As SftTreeHAlignConstants
VBStyle = object.ImageHAlign As SftTreeHAlignConstants
C#.NETSftTreeHAlignConstants Style = object.ImageHAlign;
VC++enum SftTreeHAlignConstants Style = object->ImageHAlign;
enum SftTreeHAlignConstants Style = object->GetImageHAlign();
CHRESULT object->get_ImageHAlign(enum SftTreeHAlignConstants* Style);

Put

VB.NETobject.ImageHAlign = Style As SftTreeHAlignConstants
VBobject.ImageHAlign = Style As SftTreeHAlignConstants
C#.NETSftTreeHAlignConstants object.ImageHAlign = Style;
VC++enum SftTreeHAlignConstants object->ImageHAlign = Style;
void object->PutImageHAlign(enum SftTreeHAlignConstants Style);
CHRESULT object->put_ImageHAlign(enum SftTreeHAlignConstants Style);

object

A SftTreeRowColumnFooter object.

Style

Defines the horizontal alignment of the graphic in the row/column footer.

NameValueDescription
halignSftTreeLeft0The graphic is on the left of the row/column footer text.
halignSftTreeCenter1The graphic is centered in the row/column footer. The row/column footer text is not displayed.
halignSftTreeRight2The graphic is on the right of the row/column footer text.

Comments

The ImageHAlign property defines the horizontal alignment of the graphic in the row/column footer.

The row/column footer graphic is defined using the RowColumnFooter.Image property.

See Also SftTreeRowColumnFooter Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.