Skip to main content

WebARIA

Namespace: Wisej.Web.Ext.WebARIA

Assembly: Wisej.Web.Ext.WebARIA

Represents the set of ARIA properties associated to a control.

public class WebARIA : Component, IExtenderProvider

Constructors

Instance memberWebARIA()

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

Instance memberWebARIA(container)

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

NameTypeDescription
containerIContainerAn IContainercontainer.

Methods

Instance memberCanExtend(target)

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

ParameterTypeDescription
targetObjectThe target object to add an extender property to.

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

Instance memberClear()

Removes all bubbles.

Instance memberGetAria(control)

Returns the ARIA properties for the specified Control.

ParameterTypeDescription
controlControlControl for which to return the ARIA properties.

Returns: ARIA.