Discuss this help topic in SecureBlackbox Forum
Specifies if the signature widget is displayed only when user is moving mouse over it
Declaration
[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)
[Java]
boolean getToggleNoView();
void setToggleNoView(boolean 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