Gets a collection of the list items.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly:   Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property Items As ListItemCollection
C#
[BrowsableAttribute(false)]
public ListItemCollection Items { get; }
Visual C++
[BrowsableAttribute(false)]
public:
property ListItemCollection^ Items {
	ListItemCollection^ get ();
}

Property Value

An instance of the ListItemCollection class which stores items associated with this control.

See Also