Method of ILabels
Find Label from point
var ppVal = Labels.FromPoint(pPos);
ppVal = Labels.FromPoint pPos
CComPtr<ILabel> pVal; HRESULT hr = Labels.FromPoint(pPos, &pVal);
ILabels