Parent Property

Retrieves the parent object of a node.

Syntax

Visual Basic Overrides  Public  ReadOnly Property Parent As object
C# public   override  object Parent { get; }
Managed C++ public:  __property object get_Parent();
JScript public   override  function get Parent() : object;

Possible Values

The property is read-only. The property has no default value.

Property Information

Applies To

TabItem, ToolbarItem, TreeBase

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl