SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_read_only Property

Controls the ReadOnly flag of the widget.

Syntax

def get_sig_read_only() -> bool: ...
def set_sig_read_only(value: bool) -> None: ...

sig_read_only = property(get_sig_read_only, set_sig_read_only)

Default Value

FALSE

Remarks

Controls the ReadOnly flag of the widget.

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