SftDirectory 2.5

SftDirectoryHeaders.Style Property

Softel vdm, Inc.

Defines the appearance of the column headers.

Syntax       

Get

VB.NET

Style = object.Style  As SftDirectoryHeadersStyleConstants

VB

Style = object.Style  As SftDirectoryHeadersStyleConstants

C#.NET

SftDirectoryHeadersStyleConstants Style = object.Style;

VC++

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

C

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

Delphi

Style := object.Style  : TOleEnum;

Put

VB.NET

object.Style = Style  As SftDirectoryHeadersStyleConstants

VB

object.Style = Style  As SftDirectoryHeadersStyleConstants

C#.NET

SftDirectoryHeadersStyleConstants object.Style = Style;

VC++

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

C

HRESULT object->put_Style(enum SftDirectoryHeadersStyleConstants Style);

Delphi

object.Style := Style  : TOleEnum;

object

A SftDirectoryHeaders object.

Style

Defines the appearance of the column headers.

Style

Value

Description

headersSftDirectoryNone

0

None - Column headers are not displayed.

headersSftDirectoryButton

1

Button - Column headers are displayed as buttons, which can be clicked.

headersSftDirectoryTitle

2

Title - Column headers are displayed as titles, which cannot be clicked.

Comments

The Style property defines the appearance of the column headers.

The ComboBoxStyle property defines which portions of a combo box style control (see ControlStyle) have column headers.

The Headers.Style property defines the appearance of the column headers and must be set to headersSftDirectoryButton, otherwise the end-user cannot click on column headers for sorting purposes (see Sortable property).


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