NoInsert=0x00# The string will not be inserted into the combobox.
InsertAtTop=0x01# The string will be inserted as the first item in the combobox.
NoInsert=0x00# The string will not be inserted into the combobox.
InsertAtTop=0x01# The string will be inserted as the first item in the combobox.
# InsertAtCurrent = 0x02 # The current item will be replaced by the string.
InsertAtBottom=0x03# The string will be inserted after the last item in the combobox.
InsertAtBottom=0x03# The string will be inserted after the last item in the combobox.
# InsertAfterCurrent = 0x04 # The string is inserted after the current item in the combobox.
# InsertBeforeCurrent = 0x05 # The string is inserted before the current item in the combobox.
# InsertAlphabetically = 0x06 # The string is inserted in the alphabetic order in the combobox.
classChildIndicatorPolicy:
ShowIndicator=0x00#The controls for expanding and collapsing will be shown for this item even if there are no children.
DontShowIndicator=0x01#The controls for expanding and collapsing will never be shown even if there are children. If the node is forced open the user will not be able to expand or collapse the item.
DontShowIndicatorWhenChildless=0x02#The controls for expanding and collapsing will be shown if the item contains children.