SftBox/OCX 4.5

SftBox.Items Property

Softel vdm, Inc.

Returns the SftBoxItems object.

Syntax       

Get

VB.NET

refItemsObj = object.Items  As SftBoxItems

VB

Set refItemsObj = object.Items  As SftBoxItems

C#.NET

SftBoxItems refItemsObj = object.Items;

VC++

ISftBoxItems* refItemsObj = object->Items;
ISftBoxItems* refItemsObj = object->GetItems();

C

HRESULT object->get_Items(ISftBoxItems** refItemsObj);

Delphi

refItemsObj := object.Items  : ISftBoxItems;

object

A SftBox object.

refItemsObj

Returns the SftBoxItems object.

Comments

The Items property returns the SftBoxItems object.

The default properties and behavior of all items can be updated using the returned SftBoxItems object.

A SftBoxItem object for a specific item can be retrieved using the Item property.


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