Sys.UI Namespace
Introduction
Contains types related to the user interface (UI), such as controls, events, and UI properties in the Microsoft AJAX Library.
Types
|
Name
|
Description
|
|
Behavior Class
|
Provides a base class for all ASP.NET AJAX behaviors.
|
|
Bounds Class
|
Creates an object that contains a set of integer coordinates representing position, width, and height.
|
|
Control Class
|
Provides the base class for all ASP.NET AJAX client controls.
|
|
DomElement Class
|
Defines static methods and properties that provide helper APIs for manipulating and inspecting DOM elements.
|
|
DomEvent Class
|
Provides cross-browser access to DOM event properties and helper APIs that are used to attach handlers to DOM element events.
|
|
Key Enumeration
|
Describes key codes.
|
|
MouseButton Enumeration
|
Describes mouse button locations.
|
|
Point Class
|
Creates an object that contains a set of integer coordinates that represent a position.
|
|
VisibiltyMode Enumeration
|
Describes the layout of a DOM element in the page when the element's visible property is set to false.
|