Component

Wisej.Web.Component

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Extends Component and enables 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

Extends Component and enables the component to participated if data binding operations and have their own DataBindings.

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

Represents a component in the Desktop control's taskbar.

Represents a component in the Desktop control's taskbar that can host any Control.

Represents a DateTime component in the Desktop control's taskbar.

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.

Add rotation capabilities along the X,Y,Z axis to Control controls.

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.

Provides methods to manage a collection of Image objects. This class cannot be inherited.

Displays a standard column header in a ListView control.

Displays an image column header in a ListView control.

Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.

Represents a context menu associated to a Control.

Represents an individual menu item that is displayed within a MainMenu or ContextMenu rendered using the <a> link element to let the browser process the specified HRef URL.

Represents the main menu in a Form.

Represents the base functionality for all menus.

Represents an individual item that is displayed within a MainMenu or ContextMenu.

Represents a panel in a StatusBar control that can host any Control.

Represents a panel in a StatusBar control.

Represents an item in the ToolBar.

Implements

NameDescription

All wisej components implement this interface.

Allows an object to serialize itself.

Last updated