FindLabel

Method of ITextDocument

Description

Find Label from point

Parameters

Return Value

Syntax

JavaScript

var ppLabel = TextDocument.FindLabel(pPos);

Visual Basic Script

ppLabel = TextDocument.FindLabel pPos

C++

CComPtr<ILabel> pLabel;
HRESULT hr = TextDocument.FindLabel(pPos, &pLabel);

See Also

ITextDocument