IWidget

Assembly: Forms;

Description

The IWidget interface contains basic properties of the components that implement a set of system tabs with controls that are used to set up parameters of some object.

Inheritance Hierarchy

          IComponent

          IWidget

Comments

This interface is a base interface for the following interfaces:

Properties

  Property name Brief description
Active The Active property determines whether the component is active.
NavBar The NavBar property determines the component used for visual displaying of tabs.
Pads The Pads property returns the collection of tabs available for the specified source.

Properties inherited from IComponent

  Property name Brief description
ComponentCount The ComponentCount property returns the number of child components located on the parent component.
Components The Components property returns the child component, which index is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property determines a component name.
Tag The compiler does not use the Tag property. The user can change the value of the Tag property and use it as he wishes.

See also:

Forms Assembly Interfaces