Acrux Html Parser Documentation
IsReadOnly Property
NamespacesAcrux.HtmlHtmlNodeIsReadOnly
Gets a value indicating whether the current is read only. Returns false if the node can be modified.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
public:
property bool IsReadOnly {
	bool get ();
}

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)