Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxHeaders.Style Property

Defines the appearance of column headers.

Syntax

Get

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

Put

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

object

A SftBoxHeaders object.

Style

Defines the appearance of column headers.

StyleValueDescription
headersSftBoxButtons1Column headers are displayed as buttons.
headersSftBoxTitles2Column 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.

See Also SftBoxHeaders Object | Object Hierarchy


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