SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_locked Property

Specifies whether the signature widget can be moved by the user.

Syntax

def get_sig_locked() -> bool: ...
def set_sig_locked(value: bool) -> None: ...

sig_locked = property(get_sig_locked, set_sig_locked)

Default Value

TRUE

Remarks

Specifies whether the signature widget can be moved by the user.

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]