SftBox/OCX 4.5

SftBox.DropDown Property

Softel vdm, Inc.

Returns the SftBoxDropDown object.

Syntax       

Get

VB.NET

refDropDownObj = object.DropDown  As SftBoxDropDown

VB

Set refDropDownObj = object.DropDown  As SftBoxDropDown

C#.NET

SftBoxDropDown refDropDownObj = object.DropDown;

VC++

ISftBoxDropDown* refDropDownObj = object->DropDown;
ISftBoxDropDown* refDropDownObj = object->GetDropDown();

C

HRESULT object->get_DropDown(ISftBoxDropDown** refDropDownObj);

Delphi

refDropDownObj := object.DropDown  : ISftBoxDropDown;

object

A SftBox object.

refDropDownObj

Returns a reference to the control's SftBoxDropDown object.

Comments

The DropDown property returns the SftBoxDropDown object.

The properties and behavior of the drop down portion of the control can be updated using the returned SftBoxDropDown object.


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