IWebControl

Assembly: WebForms;

Description

The IWebControl interface contains basic properties and methods of all visual components of a web form.

Inheritance Hierarchy

          IWebComponent

          IWebControl

Comments

This interface contains basic properties and methods of all visual components.

It is a basic interface for the following interfaces:

Properties

  Property name Brief description
Color The Color property determines a component background color.
Enabled The Enabled property determines whether the component is available for the user.
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.

See also:

WebForms Assembly Interfaces