<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > PropertyList Control > PropertyList Control Commands > PropertyList_ItemsSetHeight |
Description
Set the property items line height in pixels.
Syntax
PropertyList_ItemsSetHeight(hWnd, ctrlID, NewHeight)
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier assigned to the control during CONTROL ADD ... |
NewHeight |
Number |
No |
Number of pixels |
Remarks
Restrictions
See also
Examples