Comment.IsInk Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.