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

WebARIA()

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

WebARIA(container)

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

Name
Type
Description

container

An IContainercontainer.

Methods

CanExtend(target)

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

Parameter
Type
Description

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.

Clear()

Removes all bubbles.

GetAria(control)

Returns the ARIA properties for the specified Control.

Parameter
Type
Description

control

Control for which to return the ARIA properties.

Returns: ARIA.

Last updated

Was this helpful?