XFINIUM.PDF.View.Wpf Documentation
ListBoxField Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualListBoxField Class : ListBoxField Property
Gets the associated listbox field.
Syntax
'Declaration
 
Public ReadOnly Property ListBoxField As Xfinium.Pdf.Forms.PdfListBoxField
'Usage
 
Dim instance As PdfVisualListBoxField
Dim value As Xfinium.Pdf.Forms.PdfListBoxField
 
value = instance.ListBoxField
public Xfinium.Pdf.Forms.PdfListBoxField ListBoxField {get;}
public:
property Xfinium.Pdf.Forms.PdfListBoxField^ ListBoxField {
   Xfinium.Pdf.Forms.PdfListBoxField^ get();
}

Property Value

The corresponding non-visual listbox field.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualListBoxField Class
PdfVisualListBoxField Members