ItemHeight Property
  

Set / Get item text in a listbox, combobox or grid.

SYNTAX
Pseudo-OOP:

Set:
<WindowName>.<ControlName>. Item (<nItem>) := ItemText

Get:
<WindowName>.<ControlName> . Item (<nItem>) --> ItemText
(for Virtual Grid )
<WindowName>.<ControlName> . Item (<nItem>) --> aRowArray


Set / Gets item height in the combobox or comboboxex.

SYNTAX
Pseudo-OOP:

Set:
<
ParentWindowName>.<ControlName>.ItemHeight:= nHeight

Get:
<
ParentWindowName>.<ControlName>.ItemHeight--> nHeight

Function syntax:

Set:
SetProperty ( <
ParentWindowName>,<ControlName>, ItemHeight, nHeight)

Get:
GetProperty ( <
ParentWindowName>, <ControlName>, ItemHeight-) -> nHeight