AllowFormFill
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