Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxHeader.KeepPosition Property

Defines whether this column header must remain in its current position and cannot be reordered.

Syntax

Get

VB.NETBoolean = object.KeepPosition As Boolean
VBBoolean = object.KeepPosition As Boolean
C#.NETbool Boolean = object.KeepPosition;
VC++VARIANT_BOOL Boolean = object->KeepPosition;
VARIANT_BOOL Boolean = object->GetKeepPosition();
CHRESULT object->get_KeepPosition(VARIANT_BOOL* Boolean);

Put

VB.NETobject.KeepPosition = Boolean As Boolean
VBobject.KeepPosition = Boolean As Boolean
C#.NETbool object.KeepPosition = Boolean;
VC++VARIANT_BOOL object->KeepPosition = Boolean;
void object->PutKeepPosition(VARIANT_BOOL Boolean);
CHRESULT object->put_KeepPosition(VARIANT_BOOL Boolean);

object

A SftBoxHeader object.

Boolean

Defines whether this column header must remain in its current position and cannot be reordered.

BooleanDescription
TrueThe column header must remain in its current position during column reordering. This means columns to its left cannot be moved to its right (and vice versa) and the column itself cannot be moved.
FalseThe column header can be reordered.

Comments

The KeepPosition property defines whether this column header must remain in its current position and cannot be reordered.

The KeepPosition property is most commonly used to keep the first column in its position.

See Also SftBoxHeader Object | Object Hierarchy


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