Comment.IsVisible

Comment.IsVisible property

Represents if the comment is visible or not.

public bool IsVisible { get; set; }

Examples


[C#]
if(comment1.IsVisible)
{
    //The comment is visible
}

See Also