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;}
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 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also