www.gnostice.com 

AllowFormFill

Top  Previous  Next

This property determines whether to allow filling of existing interactive form field.

 

 

 

 

Syntax

 

 

 

[VC++]

BOOL GetAllowFormFill();

void SetAllowFormFill(BOOL bNewValue);

 

[C#]

public abstract new bool AllowFormFill [  get,  set ]

 

[VB]

Property AllowFormFill As Boolean