Comment.IsInk Property

Definition

Returns a Boolean that represents whether a comment is a handwritten comment.

public:
 property bool IsInk { bool get(); };
public bool IsInk { get; }
member this.IsInk : bool
Public ReadOnly Property IsInk As Boolean

Property Value

Remarks

For comments that are replies to existing comments, returns the parent Comment object; for new (top-level) comments, returns Nothing (a null reference (Nothing in Visual Basic) in C#). Read-only.

Applies to