SftBox/OCX 4.5

SftBoxHeaders.Main Property

Softel vdm, Inc.

Defines the visibility of the headers in the static/edit control portion.

Syntax       

Get

VB.NET

Boolean = object.Main  As Boolean

VB

Boolean = object.Main  As Boolean

C#.NET

bool Boolean = object.Main;

VC++

VARIANT_BOOL Boolean = object->Main;
VARIANT_BOOL Boolean = object->GetMain();

C

HRESULT object->get_Main(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.Main   : WordBool;

Put

VB.NET

object.Main = Boolean  As Boolean

VB

object.Main = Boolean  As Boolean

C#.NET

bool object.Main = Boolean;

VC++

VARIANT_BOOL object->Main = Boolean;
void object->PutMain(VARIANT_BOOL Boolean);

C

HRESULT object->put_Main(VARIANT_BOOL Boolean);

Delphi

object.Main := Boolean   : WordBool;

object

A SftBoxHeaders object.

Boolean

Defines the visibility of the headers in the static/edit control portion.

Boolean

Description

True

The column headers are displayed as part of the static portion (edit control portion).

False

The column headers are not displayed as part of the static portion (edit control portion).

Comments

The Main property defines the visibility of the headers in the static/edit control portion.

The Headers.DropDown property can be used to define headers for the drop down 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