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.
Returns a Boolean that represents whether a comment is a handwritten comment.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property IsInk As Boolean
Get
'Usage
Dim instance As Comment
Dim value As Boolean
value = instance.IsInk
bool IsInk { get; }
Property Value
Type: System.Boolean