|
|
|
SftBox.Items Property |
Returns the SftBoxItems object.
Syntax
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;
|
||
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.