WebARIA

Wisej.Web.Ext.WebARIA.WebARIA

Namespace: Wisej.Web.Ext.WebARIA

Assembly: Wisej.Web.Ext.WebARIA (3.2.0.0)

Represents the set of ARIA properties associated to a control.

public class WebARIA : Component, IExtenderProvider

Constructors

Initializes a new instance of the WebARIA without a specified container.

Initializes a new instance of the WebARIA class with a specified container.

NameTypeDescription

container

An IContainercontainer.

Methods

Returns true if WebARIA can offer an extender property to the specified target component.

ParameterTypeDescription

target

The target object to add an extender property to.

Returns: Boolean. true if the WebARIA class can offer one or more extender properties; otherwise, false.

Removes all bubbles.

Returns the ARIA properties for the specified Control.

ParameterTypeDescription

control

Control for which to return the ARIA properties.

Returns: ARIA.

Last updated