Difference between revisions of "PropertyListBox.CustomGridLinesHorizontal"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 6: | Line 6: | ||
| type=Integer | | type=Integer | ||
| readonly=no | | readonly=no | ||
+ | | newinversion=1.4.0 | ||
+ | | version=1.5.0 | ||
}} | }} | ||
+ | |||
+ | |||
+ | |||
+ | Uses the Listbox GridLines constants | ||
+ | See [http://docs.realsoftware.com/index.php/Listbox#Grid_Lines] for more information |
Revision as of 12:10, 24 November 2012
Property (As Integer)
aPropertyListBox.CustomGridLinesHorizontal = newValue
or
IntegerValue = aPropertyListBox.CustomGridLinesHorizontal
or
IntegerValue = aPropertyListBox.CustomGridLinesHorizontal
Uses the Listbox GridLines constants See [1] for more information