SftBox/OCX 4.5

SftBoxItems.Style Property

Softel vdm, Inc.

Defines the fixed/variable height style of all items.

Syntax       

Get

VB.NET

Style = object.Style  As SftBoxItemsStyleConstants

VB

Style = object.Style  As SftBoxItemsStyleConstants

C#.NET

SftBoxItemsStyleConstants Style = object.Style;

VC++

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

C

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

Delphi

Style := object.Style  : TOleEnum;

Put

VB.NET

object.Style = Style  As SftBoxItemsStyleConstants

VB

object.Style = Style  As SftBoxItemsStyleConstants

C#.NET

SftBoxItemsStyleConstants object.Style = Style;

VC++

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

C

HRESULT object->put_Style(enum SftBoxItemsStyleConstants Style);

Delphi

object.Style := Style  : TOleEnum;

object

A SftBoxItems object.

Style

Defines the fixed/variable height style of all items.

Style

Value

Description

itemsStyleSftBoxFixed 

0

All items in the control have the same height.

itemsStyleSftBoxVariable 

1

The 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.


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