This document is archived and information here might be outdated. Recommended version. |
Indicates if the tracker is locked or not. Locked means nodes cannot be moved.
[Visual Basic .NET] Public Property Locked As Boolean
[C#] public bool Locked {get; set;}
[C++]
HRESULT get_Locked(
VARIANT_BOOL Locked
);
[C++]
HRESULT put_Locked(
Boolean* Locked
);
[C++]
Parameters Locked [in]
Locked is a parameter of type bool Locked [out, retval]
Locked is a parameter of type bool*