|

CheckboxState


(number) The checkbox state you want to set for the item.



CONSTANT


VALUE DESCRIPTION


BST_UNCHECKED


0


The item's checkbox is unchecked.


BST_CHECKED


1


The item's checkbox is checked.


BST_INDETERMINATE


2


The item's checkbox is in an "indeterminate" state. Usually used to indicate a "mix" of checked and unchecked items.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

ListBox.SetItemData

OverviewExamples

ListBox.SetItemData ( string ObjectName,


number Index,


string Data )


De s cr ip t ion


Sets the text of a listbox item's associated data.


P arame t er s


ObjectName


(string) The name of the listbox object.


|