XFINIUM.PDF.View.Win Documentation
ComboBoxField Property



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

Property Value

The corresponding non-visual combobox field.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


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

PdfVisualComboBoxField Class
PdfVisualComboBoxField Members