Button

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebButton

          WebButton

Description

The Button component implements a button that can start application code execution.

Comments

The component has different properties available in the design mode and in the web form execution mode. Images used by the component should be loaded in the imageCollection property of the web form.

The component has the onClick event that can start code execution. When web form is working, one can get or change component properties that are available in the IWebButton interface.

Example

See also:

Creating a Web Form and Components Layout