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
Methods
CanExtend(target)

Returns true if WebARIA can offer an extender property to the specified target component.
Parameter
Type
Description
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.
Returns: ARIA.
Last updated
Was this helpful?