ITextViewLine.IsValid Property

Definition

Determines whether this text view line is still valid.

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

Property Value

true if this text view line is still valid, otherwise false.

Applies to