Scope

Property of ILabel

Description

Connected Scope

Property type

Read-Only Property of type IScope

Syntax

JavaScript

var pScope = Label.Scope;

==== Visual Basic Script ====

pScope = Label.Scope

==== C++ ====

CComPtr<IScope> pScope;
HRESULT hr = Label.get_Scope(&pScope);

===== See Also ===== ILabel