This document is archived and information here might be outdated.  Recommended version.


ITabletExt.InkCollectionMode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITabletExt Interface > ITabletExt.InkCollectionMode Property
ArcGIS Developer Help

ITabletExt.InkCollectionMode Property

Indicates if the extension is collecting ink.

[Visual Basic .NET]
Public ReadOnly Property InkCollectionMode As ESRITPCInkCollectionMode
[C#]
public ESRITPCInkCollectionMode InkCollectionMode {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the current collection mode of the class. There are 3 modes for collection: NotCollecting, InkAndGestures, and Gestures only. Note that gestures are supported on tablet pcs only.

See Also

ITabletExt Interface