SftBox/OCX 4.5

SftBoxRowColumnHeader.Style Property

Softel vdm, Inc.

Defines the appearance of the row/column header.

Syntax       

Get

VB.NET

Style = object.Style  As SftBoxRowColumnHeaderStyleConstants

VB

Style = object.Style  As SftBoxRowColumnHeaderStyleConstants

C#.NET

SftBoxRowColumnHeaderStyleConstants Style = object.Style;

VC++

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

C

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

Delphi

Style := object.Style  : TOleEnum;

Put

VB.NET

object.Style = Style  As SftBoxRowColumnHeaderStyleConstants

VB

object.Style = Style  As SftBoxRowColumnHeaderStyleConstants

C#.NET

SftBoxRowColumnHeaderStyleConstants object.Style = Style;

VC++

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

C

HRESULT object->put_Style(enum SftBoxRowColumnHeaderStyleConstants Style);

Delphi

object.Style := Style  : TOleEnum;

object

A SftBoxRowColumnHeader object.

Style

Defines the appearance of the row/column header.

Style

Value

Description

rowColumnHeaderSftBoxButton

0

The row/column header is displayed as a button.

rowColumnHeaderSftBoxTitle

1

The row/column header is displayed as a title.

Comments

The Style property defines the appearance of the row/column header.

The row/column header is available only if both row headers and column headers are also available. They can be defined using the RowHeaders.Width, RowHeaders.Style and Headers.Style properties.

If the Style property is set to rowColumnHeaderSftBoxButton, the row/column header can be pressed by the user and generates ItemClick and ItemDblClk events.


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