| PdfFieldIsLocked Property  | 
 
            Gets a value indicating whether this 
PdfField instance represents a locked form field (a field which was imported and not unlocked when loading a document into a 
PdfWebControl instance).
            
 
    Namespace: 
   RadPdf.Data.Document.Objects.FormFields
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic override bool IsLocked { get; }Public Overrides ReadOnly Property IsLocked As Boolean
	Get
Property Value
Type: 
Boolean Remarks
Remarks
            Form field objects can be unlocked using the Unlock method.
            
            If true, the following properties can not be changed:
            
 See Also
See Also