ShellBrowser Delphi Components Documentation
|
Get the checkbox state of an item.
function GetItemSelectionState(index: Integer): TJamSelectionState;
Parameters |
Description |
index: Integer |
The index of the item that should be checked. |
The checkbox state of an 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.