XFINIUM.PDF.View.Wpf Documentation
ComboBoxWidget Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualComboBoxWidget Class : ComboBoxWidget Property
Gets the underlying comboxbox widget.
Syntax
'Declaration
 
Public ReadOnly Property ComboBoxWidget As Xfinium.Pdf.Forms.PdfComboBoxWidget
'Usage
 
Dim instance As PdfVisualComboBoxWidget
Dim value As Xfinium.Pdf.Forms.PdfComboBoxWidget
 
value = instance.ComboBoxWidget
public Xfinium.Pdf.Forms.PdfComboBoxWidget ComboBoxWidget {get;}
public:
property Xfinium.Pdf.Forms.PdfComboBoxWidget^ ComboBoxWidget {
   Xfinium.Pdf.Forms.PdfComboBoxWidget^ get();
}

Property Value

A Xfinium.Pdf.Forms.PdfComboBoxWidget object representing the non-visual comboxbox widget.
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

PdfVisualComboBoxWidget Class
PdfVisualComboBoxWidget Members