Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| TabletsEnumerator.TabletsEnumerator Constructor | 
Initializes a new instance of the TabletsEnumerator class.
Definition
Visual Basic .NET Public Sub TabletsEnumerator( _ 
ByVal t As Tablets _
)C# public TabletsEnumerator( 
Tablets t
);Managed C++ public: TabletsEnumerator( 
Tablets *t
);
Parameters
t Microsoft.Ink.Tablets. The Tablets collection that this enumerator iterates over. 
Remarks
The TabletsEnumerator supports iterating over a Tablets collection and implements the IEnumerator
interface.
See Also