Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.Style Property

Defines the fixed/variable height style of all items.

Syntax

Get

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

Put

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

object

A SftBoxItems object.

Style

Defines the fixed/variable height style of all items.

StyleValueDescription
itemsStyleSftBoxFixed0All items in the control have the same height.
itemsStyleSftBoxVariable1The height of each item in the control may vary based on item attributes, such as fonts used, graphics sizes, etc.

Comments

The Style property defines the fixed/variable height style of all items.

See Also SftBoxItems Object | Object Hierarchy


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