Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ColumnButtonRemainUp Property, SftTree Object

Defines whether the specified column header button will return to its "up" position when pressed.

Deprecated - Provided for compatibility with earlier versions only - Use Header.RemainUp instead

Syntax

Get

VB.NETRemainUp = object.get_ColumnButtonRemainUp(ByVal ColIndex As Short) As Boolean
VBRemainUp = object.ColumnButtonRemainUp(ByVal ColIndex As Integer) As Boolean
C#.NETbool RemainUp = object.get_ColumnButtonRemainUp(short ColIndex);
VC++VARIANT_BOOL RemainUp = object->ColumnButtonRemainUp[short ColIndex];
VARIANT_BOOL RemainUp = object->GetColumnButtonRemainUp(short ColIndex);
CHRESULT object->get_ColumnButtonRemainUp(short ColIndex, VARIANT_BOOL* RemainUp);

Put

VB.NETobject.set_ColumnButtonRemainUp(ByVal ColIndex As Short, ByVal RemainUp As Boolean)
VBobject.ColumnButtonRemainUp(ByVal ColIndex As Integer) = RemainUp As Boolean
C#.NETvoid object.set_ColumnButtonRemainUp(short ColIndex, bool RemainUp);
VC++VARIANT_BOOL object->ColumnButtonRemainUp[short ColIndex] = RemainUp;
void object->PutColumnButtonRemainUp(short ColIndex, VARIANT_BOOL RemainUp);
CHRESULT object->put_ColumnButtonRemainUp(short ColIndex, VARIANT_BOOL RemainUp);

object

A SftTree object.

ColIndex

The zero-based column number.

RemainUp

Defines whether the specified column header button will return to its "up" position when pressed.

BooleanDescription
TrueThe column header button will return to its "up" position when pressed.
FalseThe column header button remains pressed.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Header.RemainUp instead

The ColumnButtonRemainUp property defines whether the specified column header button will return to its "up" position when pressed.

If column headers are not shown or column headers are shown as titles (see Headers.Appearance property), this property has no effect.

See Also SftTree Object | Object Hierarchy


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