IWebTreeControl

Assembly: WebForms;

Description

The IWebTreeControl interface contains basic properties and methods of components displaying tree-like hierarchical structures.

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebTreeControl

Comments

The interface is basic for the following interfaces:

Properties

  Property name Brief description
Nodes The Nodes property determines a collection of tree nodes.
Selection The Selection property returns the collection of selected tree nodes.

Properties inherited from IWebControl

  Property name Brief description
BorderColor The BorderColor property determines a component border color.
Color The Color property determines a component background color.
Enabled The Enabled property determines whether the component is available for the user.
PopupMenu The PopupMenu property determines the context menu displayed for the component.
Text The Text property determines the row identifying the component for the user.
Visible The Visible property determines whether the component is displayed when a form is executed.

Methods

  Method name Brief description
BeginUpdate The BeginUpdate method locks update of component element tree.
EndUpdate The EndUpdate method resumes update of component element tree.

See also:

WebForms Assembly Interfaces