RichText Property (Comment)
In This Topic
Gets the
RichText object of this comment.
Syntax
'Declaration
Public ReadOnly Property RichText As RichText
'Usage
Dim instance As Comment
Dim value As RichText
value = instance.RichText
public RichText RichText {get;}
See Also