SftDirectory 2.5

SftDirectory.ShowCheckBoxes Property

Softel vdm, Inc.

Defines whether checkboxes are shown.

Syntax       

Get

VB.NET

Style = object.ShowCheckBoxes  As SftDirectoryCheckBoxDisplayConstants

VB

Style = object.ShowCheckBoxes  As SftDirectoryCheckBoxDisplayConstants

C#.NET

SftDirectoryCheckBoxDisplayConstants Style = object.ShowCheckBoxes;

VC++

enum SftDirectoryCheckBoxDisplayConstants Style = object->ShowCheckBoxes;
enum SftDirectoryCheckBoxDisplayConstants Style = object->GetShowCheckBoxes();

C

HRESULT object->get_ShowCheckBoxes(enum SftDirectoryCheckBoxDisplayConstants* Style);

Delphi

Style := object.ShowCheckBoxes  : TOleEnum;

Put

VB.NET

object.ShowCheckBoxes = Style  As SftDirectoryCheckBoxDisplayConstants

VB

object.ShowCheckBoxes = Style  As SftDirectoryCheckBoxDisplayConstants

C#.NET

SftDirectoryCheckBoxDisplayConstants object.ShowCheckBoxes = Style;

VC++

enum SftDirectoryCheckBoxDisplayConstants object->ShowCheckBoxes = Style;
void object->PutShowCheckBoxes(enum SftDirectoryCheckBoxDisplayConstants Style);

C

HRESULT object->put_ShowCheckBoxes(enum SftDirectoryCheckBoxDisplayConstants Style);

Delphi

object.ShowCheckBoxes := Style  : TOleEnum;

object

A SftDirectory object.

Style

Defines whether checkboxes are shown.

Style

Value

Description

checkboxDisplaySftDirectoryNone

0

None - Checkboxes are not available.

checkboxDisplaySftDirectoryAll

1

All - All files/folders offer checkboxes. The available checkbox is displayed between the folder icon and the text of the first or only column.

checkboxDisplaySftDirectoryAllLeft

2

All - All files/folders offer checkboxes. The available checkbox is displayed along the left edge of the control.

Comments

The ShowCheckBoxes property defines whether checkboxes are shown.

The checkbox settings for each folder can be defined using the Folder.CheckBox property.


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