TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > ComboBox > Method >

 

SetDropDownItemCount

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > ComboBox > Method >

 

SetDropDownItemCount

 

 

Sets the number of items to show when clicking the Combobox button.

 

 

 

Prototype :

 

void SetDropDownItemCount

(

       integer DropDownItemCount

)

 

 

 

Arguments :

 

DropDownItemCount

number of items

 

 

 

Reference :

 

Drop Down Item Count property only works in ActiveX viewer.

 

 

 

Example :

 

This.SetDropDownItemCount(10);

 

 

 

Available Events :

 

All Events