FindLabel
Method of ITextDocument
Description
Find Label from point
Parameters
- IPosition pPos
Return Value
- ILabel ppLabel
Syntax
JavaScript
var ppLabel = TextDocument.FindLabel(pPos);
Visual Basic Script
ppLabel = TextDocument.FindLabel pPos
C++
CComPtr<ILabel> pLabel; HRESULT hr = TextDocument.FindLabel(pPos, &pLabel);