KaxListBox Methods |
The KaxListBox type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ClearChecked |
Clears the checked items. The Checked property of all items is set to false.
|
![]() |
ClearSelection |
Clears the selection. The Selected property of all items is set to false.
|
![]() |
Delete(KaxListBoxItem) | |
![]() ![]() |
Delete(IListKaxListBoxItem) | |
![]() ![]() |
FindItem |
Finds the first item for which the specified predicate returns true.
|
![]() |
FindItemByText |
Finds the first item whose Text property is the same as the specified text.
|
![]() |
FindItemByValue |
Finds the first item whose Value property is the same as the specified value.
|
![]() |
FindItemIndexByValue(String) |
Finds the index of the item whose Value property is the same as the specified value.
|
![]() |
FindItemIndexByValue(String, Boolean) |
Finds the index of the item whose Value property is the same as the specified value.
|
![]() |
GetCheckedIndices |
Gets an array containing the indices of the currently checked items in the KaxListBox control.
|
![]() |
GetSelectedIndices |
Gets an array containing the indices of the currently selected items in the KaxListBox control.
|
![]() |
LoadContentFile |
Populates the KaxListBox control from an XML file
|
![]() ![]() |
Reorder(Int32, Int32) |
Moves the item at old index to new index by calculating the offset.
Fires the Reordering and Reordered events.
|
![]() ![]() |
Reorder(IListKaxListBoxItem, Int32) |
Reorders the specified items with the specified offset.
Fires the Reordering and Reordered events.
|
![]() ![]() |
ReorderToIndex(Int32, Int32) |
Moves the item at old index to new index.
Fires the Reordering and Reordered events.
|
![]() ![]() |
ReorderToIndex(IListKaxListBoxItem, Int32) |
Reorders the specified items to the specified index.
Fires the Reordering and Reordered events.
|
![]() ![]() |
SortItems |
Sorts the items in the KaxListBox.
|
![]() ![]() |
Transfer(KaxListBoxItem, KaxListBox, KaxListBox) |
Transfers the specified item from the source list box to the destination listbox.
Fires the Transferring and Transferred events.
|
![]() ![]() |
Transfer(IListKaxListBoxItem, KaxListBox, KaxListBox) |
Transfers the specified list of items from the source to the destination listbox. Fires the Transferring and Transferred events.
|