SecureBlackbox 2020 Qt Edition

Questions / Feedback?

SigBackgroundStyle Property

The style of the signature widget background.

Syntax

int GetSigBackgroundStyle();
int SetSigBackgroundStyle(int iSigBackgroundStyle);

Possible Values

PWBS_DEFAULT(0), 
PWBS_NO_BACKGROUND(1),
PWBS_CUSTOM(2)

Default Value

0

Remarks

The style of the signature widget background.

pwbsDefault uses the default image, pwbsNoBackground doesn't use background image at all, and pwbsCustom expects the application to provide a custom background image.

pwbsDefault0The default widget background
pwbsNoBackground1No (empty) background
pwbsCustom2Custom background (picture or vector)

This property is not available at design time.

Data Type

Integer

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