SftBox/OCX 4.5

SftBox.AlignSelection Property

Softel vdm, Inc.

Defines whether the selection shown in the static portion is aligned with the same item in the drop down portion (relevant for hierarchies only).

Syntax       

Get

VB.NET

Boolean = object.AlignSelection  As Boolean

VB

Boolean = object.AlignSelection  As Boolean

C#.NET

bool Boolean = object.AlignSelection;

VC++

VARIANT_BOOL Boolean = object->AlignSelection;
VARIANT_BOOL Boolean = object->GetAlignSelection();

C

HRESULT object->get_AlignSelection(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.AlignSelection   : WordBool;

Put

VB.NET

object.AlignSelection = Boolean  As Boolean

VB

object.AlignSelection = Boolean  As Boolean

C#.NET

bool object.AlignSelection = Boolean;

VC++

VARIANT_BOOL object->AlignSelection = Boolean;
void object->PutAlignSelection(VARIANT_BOOL Boolean);

C

HRESULT object->put_AlignSelection(VARIANT_BOOL Boolean);

Delphi

object.AlignSelection := Boolean   : WordBool;

object

A SftBox object.

Boolean

Defines whether the selection shown in the static portion is aligned with the same item in the drop down portion (relevant for hierarchies only).

Boolean

Description

True

The displayed cell of the selected item in the static portion is aligned with the item's cell in the drop down portion.

False

The displayed cell of the selected item in the static portion is not aligned and is displayed left-aligned, without hierarchical information (tree lines, indentation).

Comments

The AlignSelection property defines whether the selection shown in the static portion is aligned with the same item in the drop down portion (relevant for hierarchies only).

The AlignSelection property has no effect on the edit control portion, which never shows hierarchical information. The Edit.TextHAlign property can be used to define the horizontal alignment of the text in the edit control portion.


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