SftBox/OCX 4.5

SftBoxDropDown.Shown Property

Softel vdm, Inc.

Returns the number of items shown in the drop down portion.

Syntax       

Get

VB.NET

Count = object.Shown  As Integer

VB

Count = object.Shown  As Long

C#.NET

int Count = object.Shown;

VC++

long Count = object->Shown;
long Count = object->GetShown();

C

HRESULT object->get_Shown(long* Count);

Delphi

Count := object.Shown   : Integer;

object

A SftBoxDropDown object.

Count

Returns the number of items shown in the drop down portion.

Comments

The Shown property returns the number of items shown in the drop down portion.

The DropDown.Height and DropDown.HeightItems properties can be used to define the height of the drop down portion.


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