Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Style Property, SftTreeItems Object

Defines the item style.

Syntax

Get

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

Put

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

object

A SftTreeItems object.

Style

Defines the item style.

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

Comments

The Style property defines the item style.

It determines whether fixed height or variable height items are used.

See Also SftTreeItems Object | Object Hierarchy


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