Retrieves a boolean value indicating whether the specified item is selected.
public final boolean getSelected( int index )
index
The zero-based index of the item you want selection information for.
Returns true if the specified item is selected; otherwise, returns false.
WFCWin32Exception thrown if the selection information cannot be retrieved.
See Also setSelected