[#wallet-CCoinControl-IsSelected] = xref:wallet.adoc[wallet]::xref:wallet/CCoinControl.adoc[CCoinControl]::IsSelected :relfileprefix: ../../ :mrdocs: Returns true if the given output is pre‐selected. == Synopsis Declared in `<wallet/coincontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsSelected(xref:COutPoint.adoc[COutPoint] const& outpoint) const; ---- == Return Value true if the output is pre‐selected. == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The output to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#