Discuss this help topic in SecureBlackbox Forum
Returns the visibility status of the field.
Declaration
[VB.NET]
Property Invisible As Boolean
[Pascal]
property Invisible : boolean;
[C++]
bool get_Invisible();
[PHP]
bool get_Invisible()
[Java]
boolean getInvisible();
Description
Use this property to check if the signature form field is visible.
Discuss this help topic in SecureBlackbox Forum