Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public HTMLNode Parent { get; set; }
Visual Basic
Public Property Parent As HTMLNode
	Get
	Set
Visual C++
public:
property HTMLNode^ Parent {
	HTMLNode^ get ();
	void set (HTMLNode^ value);
}

See Also