Component

Wisej.Web.Component

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Extends Component and enabled the components to appear on the designer surface.

public class Component : Component, IComponent

Constructors

Default constructor

Methods

Updates the component on the client.

Inherited By

NameDescription

Implements a timer that raises an event at user-defined intervals.

Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.

Provides a user interface for indicating that a control on a form has an error associated with it.

Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).

Allows controls to execute javascript code.

Adds CSS styling to controls.

Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.

Represents the base functionality for all menus.

Implements

NameDescription

All wisej components implement this interface.

Allows an object to serialize itself.

Last updated