Assembly: WebForms;
The IWebMetabaseTreeCombo interface contains properties and methods of the MetabaseTreeCombo web form component.
IWebMetabaseTreeCombo
| 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. |
| 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. |
| 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: