IWebMetabaseTreeCombo

Assembly: WebForms;

Description

The IWebMetabaseTreeCombo interface contains properties and methods of the MetabaseTreeCombo web form component.

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebMetabaseTreeCombo

Properties

  Property name Brief description
Count The Count property returns the number of objects displayed in the component.
Root The Root property determines the root folder, which contents will be displayed in the component.
SelectedObjects The SelectedObjects property returns the collection of object descriptions selected in the component.

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
DeselectAll The DeselectAll method deselects all objects selected in the component.
SelectElement The SelectElement method selects the component object, which description is sent as an input parameter.
SelectElementKey The SelectElementKey method selects the component object, which key is sent as an input parameter.

See also:

WebForms Assembly Interfaces