SftBox/OCX 4.5

SftBoxHeaders.Style Property

Softel vdm, Inc.

Defines the appearance of column headers.

Syntax       

Get

VB.NET

Style = object.Style  As SftBoxHeadersStyleConstants

VB

Style = object.Style  As SftBoxHeadersStyleConstants

C#.NET

SftBoxHeadersStyleConstants Style = object.Style;

VC++

enum SftBoxHeadersStyleConstants Style = object->Style;
enum SftBoxHeadersStyleConstants Style = object->GetStyle();

C

HRESULT object->get_Style(enum SftBoxHeadersStyleConstants* Style);

Delphi

Style := object.Style  : TOleEnum;

Put

VB.NET

object.Style = Style  As SftBoxHeadersStyleConstants

VB

object.Style = Style  As SftBoxHeadersStyleConstants

C#.NET

SftBoxHeadersStyleConstants object.Style = Style;

VC++

enum SftBoxHeadersStyleConstants object->Style = Style;
void object->PutStyle(enum SftBoxHeadersStyleConstants Style);

C

HRESULT object->put_Style(enum SftBoxHeadersStyleConstants Style);

Delphi

object.Style := Style  : TOleEnum;

object

A SftBoxHeaders object.

Style

Defines the appearance of column headers.

Style

Value

Description

headersSftBoxButtons 

1

Column headers are displayed as buttons.

headersSftBoxTitles 

2

Column headers are displayed as titles.

Comments

The Style property defines the appearance of column headers.

Column headers can be displayed using the Headers.Main and Headers.DropDown properties.


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