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