Add Method (UIElement)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Adds a user interface item (element) to the current collection.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Function Add ( _
    element As UIElement _
) As Integer
public int Add(
    UIElement element
)
public:
int Add(
    UIElement^ element
)
member Add : 
        element:UIElement -> int 
public function Add(
    element : UIElement
) : int

Parameters

Return Value

Type: System. . :: . .Int32
The index number of the item that was added to the current collection.

.NET Framework Security

See Also

Reference

ListBoxItemCollection Class

Add Overload

Microsoft.SPOT.Presentation.Controls Namespace