Gets the collection of combo box items.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfComboBoxWidgetItemCollection WidgetItems { get; }
Public ReadOnly Property WidgetItems As PdfComboBoxWidgetItemCollection
	Get
public:
property PdfComboBoxWidgetItemCollection^ WidgetItems {
	PdfComboBoxWidgetItemCollection^ get ();
}
member WidgetItems : PdfComboBoxWidgetItemCollection with get

Property Value

PdfComboBoxWidgetItemCollection

See Also