IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

prompt_title Property

The title of the prompt window.

Syntax

def get_prompt_title() -> str: ...
def set_prompt_title(value: str) -> None: ...

prompt_title = property(get_prompt_title, set_prompt_title)

Default Value

""

Remarks

This property specifies the title of the prompt dialog if prompt_user is True. The default value is empty string.

This setting is not applicable when use_cng is set to True.

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