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