ShellBrowser Delphi Components Documentation
|
Get the checkbox state of an item.
function GetItemSelectionState(i: Integer): TJamSelectionState;
Parameters |
Description |
i: Integer |
The index of the item. |
The checkbox state of the item.
Use this method to query the status of the checkbox of the item with index i. Please make sure that the Checkboxes property is set to true before using this method.