Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowHeaders.Style Property

Defines the appearance of all row headers.

Syntax

Get

VB.NETStyle = object.Style As SftBoxRowHeadersStyleConstants
VBStyle = object.Style As SftBoxRowHeadersStyleConstants
C#.NETSftBoxRowHeadersStyleConstants Style = object.Style;
VC++enum SftBoxRowHeadersStyleConstants Style = object->Style;
enum SftBoxRowHeadersStyleConstants Style = object->GetStyle();
CHRESULT object->get_Style(enum SftBoxRowHeadersStyleConstants* Style);

Put

VB.NETobject.Style = Style As SftBoxRowHeadersStyleConstants
VBobject.Style = Style As SftBoxRowHeadersStyleConstants
C#.NETSftBoxRowHeadersStyleConstants object.Style = Style;
VC++enum SftBoxRowHeadersStyleConstants object->Style = Style;
void object->PutStyle(enum SftBoxRowHeadersStyleConstants Style);
CHRESULT object->put_Style(enum SftBoxRowHeadersStyleConstants Style);

object

A SftBoxRowHeaders object.

Style

Defines the appearance of all row headers.

NameValueDescription
rowHeadersSftBoxNone0No row headers. The row/column header also isn't available.
rowHeadersSftBoxButtons1Row headers are displayed as buttons that represent the selected item.
rowHeadersSftBoxTitles2Row headers are displayed as titles.
rowHeadersSftBoxButtons03Row headers are displayed as buttons that represent the selected item. If no row header text is defined using RowHeader.Text, row headers will display the zero-based index of the item.
rowHeadersSftBoxTitles04Row headers are displayed as titles. If no row header text is defined using RowHeader.Text, row headers will display the zero-based index of the item.
rowHeadersSftBoxButtons15Row headers are displayed as buttons that represent the selected item. If no row header text is defined using RowHeader.Text, row headers will display the one-based index of the item.
rowHeadersSftBoxTitles16Row headers are displayed as titles. If no row header text is defined using RowHeader.Text, row headers will display the one-based index of the item.

Comments

The Style property defines the appearance of all row headers.

The ItemClick and ItemDblClk events are generated even if row headers are defined as titles.

The styles rowHeadersSftBoxButtons0/1 and rowHeadersSftBoxTitles0/1 provide default text for row headers. Individual row headers can override this default text using the RowHeader.Text property.

See Also SftBoxRowHeaders Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.