Discuss this help topic in SecureBlackbox Forum
Specifies if the signature widget is displayed only when user is moving mouse over it
Declaration
[C#/Java]
bool ToggleNoView;
[VB.NET]
Property ToggleNoView As Boolean
[Pascal]
property ToggleNoView : boolean;
[C++]
bool get_ToggleNoView();
void set_ToggleNoView(bool Value);
[PHP]
bool get_ToggleNoView()
void set_ToggleNoView(bool $Value)
Description
If this property value is
True the signature widget will be displayed only when user is moving mouse over it.
Discuss this help topic in SecureBlackbox Forum