Question ListViewItem.SelectedItem(0).BackColor problem

Roofuss

Member
Joined
Apr 19, 2009
Messages
9
Programming Experience
Beginner
Can anyone tell me what's the equivalent to the below statement in WPF in a normal winForms App i would do:

VB.NET:
If ListViewItem.SelectedItem(0).BackColor = Color then

'do stuff
Else

'dont do stuff

End If

there doesnt seem to be a .BackColor property when doing ListViewItem.SelectedItems(0).BackColor

anyone know how i can perform this check?

thanks
 
Back
Top