PDFView4NET WPF Edition
Edit Property




O2S.Components.PDFView4NET.Forms Namespace > PDFDropDownListField Class : Edit Property
Gets or sets whether the user can enter text in the drop down list or not.
Syntax
'Declaration
 
Public Property Edit As Boolean
'Usage
 
Dim instance As PDFDropDownListField
Dim value As Boolean
 
instance.Edit = value
 
value = instance.Edit
public bool Edit {get; set;}
public: __property bool get_Edit();
public: __property void set_Edit( 
   bool value
);
public:
property bool Edit {
   bool get();
   void set (    bool value);
}

Property Value

True if the drop down list is editable, false otherwise. Default is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDropDownListField Class
PDFDropDownListField Members