Gets the collection of combo box items.
Namespace: Spire.Pdf.WidgetAssembly: 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