EditStatus property
- Last UpdatedJul 23, 2024
- 1 minute read
Edit the status of the object.
Class
ITemplate
Syntax
[C#]
EEditStatus EditStatus { get; };
[Visual C++]
// The edit status of the object.
HRESULT EditStatus(
// The edit status of the object.
[out, retval] enum EEditStatus* theEditStatus
);