Gets a C1LaunchPadItemCollection object that includes the child items in the C1LaunchPad control.

Namespace:  C1.Web.iPhone.C1LaunchPad
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual Collection<C1LaunchPadItem> Items { get; }
Visual Basic
Public Overridable ReadOnly Property Items As Collection(Of C1LaunchPadItem)
	Get

See Also