SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_header Property

Specifies the header text to put on the signature widget.

Syntax

def get_sig_header() -> str: ...
def set_sig_header(value: str) -> None: ...

sig_header = property(get_sig_header, set_sig_header)

Default Value

""

Remarks

Specifies the header text to put on the signature widget.

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