SftBox/OCX 4.5

SftBoxHeaders.DropDown Property

Softel vdm, Inc.

Defines the visibility of the headers in the drop down portion.

Syntax       

Get

VB.NET

Boolean = object.DropDown  As Boolean

VB

Boolean = object.DropDown  As Boolean

C#.NET

bool Boolean = object.DropDown;

VC++

VARIANT_BOOL Boolean = object->DropDown;
VARIANT_BOOL Boolean = object->GetDropDown();

C

HRESULT object->get_DropDown(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.DropDown   : WordBool;

Put

VB.NET

object.DropDown = Boolean  As Boolean

VB

object.DropDown = Boolean  As Boolean

C#.NET

bool object.DropDown = Boolean;

VC++

VARIANT_BOOL object->DropDown = Boolean;
void object->PutDropDown(VARIANT_BOOL Boolean);

C

HRESULT object->put_DropDown(VARIANT_BOOL Boolean);

Delphi

object.DropDown := Boolean   : WordBool;

object

A SftBoxHeaders object.

Boolean

Defines the visibility of the headers in the drop down portion.

Boolean

Description

True

The column headers are displayed as part of the drop down portion.

False

The column headers are not displayed as part of the drop down portion.

Comments

The DropDown property defines the visibility of the headers in the drop down portion.

The Headers.Main property can be used to define headers for the static portion or edit control portion.

It is possible to display headers in both the static portion and drop down portion, this is however not usually recommended.


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