Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowColumnHeader.Style Property

Defines the appearance of the row/column header.

Syntax

Get

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

Put

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

object

A SftBoxRowColumnHeader object.

Style

Defines the appearance of the row/column header.

StyleValueDescription
rowColumnHeaderSftBoxButton0The row/column header is displayed as a button.
rowColumnHeaderSftBoxTitle1The 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.

See Also SftBoxRowColumnHeader Object | Object Hierarchy


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