Difference between revisions of "ListBox properties"
Rwilson131 (Talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | '''Top''' : '''''Integer''''' | |
ListBox's Top coordinate. | ListBox's Top coordinate. | ||
Line 30: | Line 30: | ||
That property will specify the items included in the ListBox definition. | That property will specify the items included in the ListBox definition. | ||
+ | |||
+ | [[Category: Programmer's Guide]] |
Latest revision as of 03:22, 6 September 2007
Top : Integer
ListBox's Top coordinate.
Left : Integer
If that page is the first page in the wizard, that is the specified height that display screen (or wizard) will run.
Width : Integer
If the text is larger than one specified width size, the control will be cut to the specified size, else the size will be exactly the render text size
Height : Integer
If the text is larger than one specified Height size, the control will be cut to the specified size, else the size will be exactly the render text size
FontHeight : Integer
Font size in pixels
FontName : String
Name of specified font.
Caption : String
That property will specify the default selected item.
Items : Array of String
That property will specify the items included in the ListBox definition.