Listbox : Part IV
4. Setting ListBox Types
Tutorial posted November 16th, 2003 by klisa1
in
Setting type is essentially a double type. The layout of each item mostly depends of the item string:
![]() | Class: CAknSettingStyleListBox Item String: ![]() ![]() ![]() ![]() ![]() Item String Format: "\t%S\t\t%S" |
![]() | Class: CAknSettingStyleListBox Item String: ![]() ![]() ![]() ![]() Item String Format: "\t%S\t%d\t" |
![]() | Class: CAknSettingStyleListBox Item String: ![]() ![]() ![]() ![]() ![]() ![]() Item String Format: "\t%S\t\t%S\t%d" |
![]() | Class: CAknSettingStyleListBox Item String: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Item String Format: "\t%S\t%d\t\t\t%S" |
The layouts above can be used with numbered item by using the CAknSettingNumberStyleListBox class and adding a number in the item string:
![]() | Class: CAknSettingNumberStyleListBox Item String: ![]() ![]() ![]() ![]() ![]() ![]() Item String Format: "%d\t%S\t\t%S" |
:<: Part III
Part VI :>:

















Listbox : Part IV