SftBox/OCX 4.5

SftBoxRowHeaders.RemainUp Property

Softel vdm, Inc.

Defines whether row header buttons will return to their "up" position when pressed.

Syntax       

Get

VB.NET

Boolean = object.RemainUp  As Boolean

VB

Boolean = object.RemainUp  As Boolean

C#.NET

bool Boolean = object.RemainUp;

VC++

VARIANT_BOOL Boolean = object->RemainUp;
VARIANT_BOOL Boolean = object->GetRemainUp();

C

HRESULT object->get_RemainUp(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.RemainUp   : WordBool;

Put

VB.NET

object.RemainUp = Boolean  As Boolean

VB

object.RemainUp = Boolean  As Boolean

C#.NET

bool object.RemainUp = Boolean;

VC++

VARIANT_BOOL object->RemainUp = Boolean;
void object->PutRemainUp(VARIANT_BOOL Boolean);

C

HRESULT object->put_RemainUp(VARIANT_BOOL Boolean);

Delphi

object.RemainUp := Boolean   : WordBool;

object

A SftBoxRowHeaders object.

Boolean

Defines whether row header buttons will return to their "up" position when pressed.

Boolean

Description

True

The row header buttons automatically return to their released ("up") position.

False

The row header buttons remain pressed.

Comments

The RemainUp property defines whether row header buttons will return to their "up" position when pressed.

The RemainUp property determines whether row header buttons remain pressed after they have been clicked using the mouse button.

This property has no effect if row headers are defined as titles or are not present (see RowHeaders.Style).

Row headers represent the current selection and the row header of the currently selected item is pressed (see Items.Selection).

The ItemClick and ItemDblClk events occur regardless of the settings of this property.


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