SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_locked_contents Property

Specifies whether signature widget contents should be locked.

Syntax

def get_sig_locked_contents() -> bool: ...
def set_sig_locked_contents(value: bool) -> None: ...

sig_locked_contents = property(get_sig_locked_contents, set_sig_locked_contents)

Default Value

FALSE

Remarks

Specifies whether signature widget contents should be locked.

This is an obsolete property that would rarely need changing.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]