Difference between revisions of "PropertyListStyle"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
| Line 11: | Line 11: | ||
|class=titleClass colspan=2|Properties | |class=titleClass colspan=2|Properties | ||
|- | |- | ||
| − | |width=50%|{{Property | name=BackColor | type=Color | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=BackColor | type=Color | description= | readonly=no | newinversion= | version=1.3}} |
| − | |width=50%|{{Property | name=TextColor | type=Color | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=TextColor | type=Color | description= | readonly=no | newinversion= | version=1.3}} |
|- | |- | ||
| − | |width=50%|{{Property | name=Bold | type=Boolean | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=Bold | type=Boolean | description= | readonly=no | newinversion= | version=1.3}} |
| − | |width=50%|{{Property | name=TextFont | type=String | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=TextFont | type=String | description= | readonly=no | newinversion= | version=1.3}} |
|- | |- | ||
| − | |width=50%|{{Property | name=HighlightColor | type=Color | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=HighlightColor | type=Color | description= | readonly=no | newinversion= | version=1.3}} |
| − | |width=50%|{{Property | name=TextHighlightColor | type=Color | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=TextHighlightColor | type=Color | description= | readonly=no | newinversion= | version=1.3}} |
|- | |- | ||
| − | |width=50%|{{Property | name=Italic | type=Boolean | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=Italic | type=Boolean | description= | readonly=no | newinversion= | version=1.3}} |
| − | |width=50%|{{Property | name=TextSize | type=Integer | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=TextSize | type=Integer | description= | readonly=no | newinversion= | version=1.3}} |
|- | |- | ||
| − | |width=50%|{{Property | name=Name | type=String | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=Name | type=String | description= | readonly=no | newinversion= | version=1.3}} |
| − | |width=50%|{{Property | name=Underline | type=Boolean | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=Underline | type=Boolean | description= | readonly=no | newinversion= | version=1.3}} |
|- | |- | ||
| − | |width=50%|{{Property | name=TextAlign | type=Integer | description= | readonly=no | newinversion=}} | + | |width=50%|{{Property | name=TextAlign | type=Integer | description= | readonly=no | newinversion= | version=1.3}} |
|- | |- | ||
| + | |width=50%|{{Property | name=TextColor | type=Color | description= | readonly=no | newinversion= | version=1.3}} | ||
|} | |} | ||
| − | |||
| − | |||
| Line 42: | Line 41: | ||
|- | |- | ||
|{{Method | name=Constructor | params=Name As String, TextAlign As Integer = 0 | description= | newinversion=}} | |{{Method | name=Constructor | params=Name As String, TextAlign As Integer = 0 | description= | newinversion=}} | ||
| + | |- | ||
| + | |||
|- | |- | ||
|} | |} | ||
| Line 47: | Line 48: | ||
| + | ==See Also== | ||
| − | + | PropertyListButton, [[PropertyListLine]] class; [[PropertyListBox]] control. | |
| − | + | ||
| − | + | ||
Revision as of 12:14, 24 November 2012
Class used to define the display styles used in the PropertyListBox. Three styles are used in the PropertyListBox: headerStyle, nameStyle and valueStyle
| Properties | |
| BackColor | TextColor |
| Bold | TextFont |
| HighlightColor | TextHighlightColor |
| Italic | TextSize |
| Name | Underline |
| TextAlign | |
| TextColor | |
| Methods |
| Constructor |
| Constructor |
See Also
PropertyListButton, PropertyListLine class; PropertyListBox control.