Tablets.Tablets Constructor

Tablets.Tablets Constructor

Initializes a new instance of the Tablets class.

Definition

Visual Basic .NET Public Sub Tablets()
C# public Tablets();
Managed C++ public: Tablets();

Remarks

Calling the constructor automatically fills the Tablets collection with the available Tablet objects.

Examples

[C#]

This C# example declares and creates a Tablets collection, theTablets.

Tablets theTablets = new Tablets();
                

[VB.NET]

This Microsoft® Visual Basic® .NET example declares and creates a Tablets collection, theTablets.

Dim theTablets As New Tablets()