Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdStickyNote::getLock Method
Syntax
C++
void getLock(bool& state) const;

Returns the current value of the lock flag for the sticky note. The lock flag determines whether a user can not edit the content of the sticky note object (equals true); otherwise, a user can edit the sticky note object content (equals false).

Parameters
Description
state
[in] A placeholder for the current flag value.

The method fills a passed boolean value with the current value of the lock flag and returns it to a calling subroutine.

Copyright © 2002-2022. Open Design Alliance All rights reserved.