PDFView4NET WinForms Edition
Items Property




O2S.Components.PDFView4NET.Forms Namespace > PDFListField Class : Items Property
Gets the collection of items in the list.
Syntax
'Declaration
 
Public ReadOnly Property Items As PDFListItemCollection
'Usage
 
Dim instance As PDFListField
Dim value As PDFListItemCollection
 
value = instance.Items
public PDFListItemCollection Items {get;}
public: __property PDFListItemCollection* get_Items();
public:
property PDFListItemCollection^ Items {
   PDFListItemCollection^ get();
}

Property Value

A PDFListItemCollection that represents the items within the list.
Remarks
Use this property to get the properties of items in the list.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFListField Class
PDFListField Members