Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.Count Property

Returns the number of items in the control.

Syntax

Get

VB.NETTotal = object.Count As Integer
VBTotal = object.Count As Long
C#.NETint Total = object.Count;
VC++long Total = object->Count;
long Total = object->GetCount();
CHRESULT object->get_Count(long* Total);

object

A SftBoxItems object.

Total

Returns the number of items in the control.

Comments

The Count property returns the number of items in the control.

Items are added using the Items.Add or Items.Insert methods.

See Also SftBoxItems Object | Object Hierarchy


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