Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryColumn.KeepPosition Property

Defines the column header's behavior during column reordering.

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 SftDirectoryColumn object.

Boolean

Defines the column header's behavior during column reordering.

BooleanDescription
TrueThe column can be reordered using column drag & drop.
FalseThe column must remain in the current column position. Columns on the left can be reordered but cannot be moved to the right of the column and vice versa. This is usually used with the first column, to prevent the user from changing its position when using column drag & drop.

Comments

The KeepPosition property defines the column header's behavior during column reordering.

See Also SftDirectoryColumn Object | Object Hierarchy


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