PDFView4NET WinForms Edition
UseWinFormsControlsForFormFields Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : UseWinFormsControlsForFormFields Property
Gets or sets a value indicating whether standard windows forms controls should be used for form fields editing.
Syntax
'Declaration
 
<CategoryAttribute("PDF Forms")>
<DescriptionAttribute("Enables windows controls editors")>
<DefaultValueAttribute(False)>
Public Property UseWinFormsControlsForFormFields As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.UseWinFormsControlsForFormFields = value
 
value = instance.UseWinFormsControlsForFormFields
[Category("PDF Forms")]
[Description("Enables windows controls editors")]
[DefaultValue(false)]
public bool UseWinFormsControlsForFormFields {get; set;}
[Category("PDF Forms")]
[Description("Enables windows controls editors")]
[DefaultValue(false)]
public: __property bool get_UseWinFormsControlsForFormFields();
public: __property void set_UseWinFormsControlsForFormFields( 
   bool value
);
[Category("PDF Forms")]
[Description("Enables windows controls editors")]
[DefaultValue(false)]
public:
property bool UseWinFormsControlsForFormFields {
   bool get();
   void set (    bool value);
}

Property Value

True if standard windows controls should be used for form fields editing, false otherwise. Default is false.
Remarks
Standard windows controls cannot fully mimic the appearance of a form field during editing but they support all standard key navigation features.
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

PDFPageView Class
PDFPageView Members