Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This section contains the properties for the IInkStrokescollection.

In This Section

Property Description

_NewEnum

Gets either the IEnumVARIANTor IEnumUnknownenumerator interface for the collection. Use this property to retrieve each object in the collection.

The _NewEnumproperty is marked restricted in the Interface Definition Language (IDL) definition for the collection interfaces. It is not shown in the Microsoft® Visual Basic® 6.0 object browser. It is automatically used internally when you use the For Each In construct in Visual Basic 6.0.

IInkStrokes::Count

Returns the count of Stroke objects in the collection.

IInkStrokes::Ink

Returns the Ink object that contains the collection.

IInkStrokes::RecognitionResult

Returns the recognition result of the collection.

See Also