WebARIA
Namespace: Wisej.Web.Ext.WebARIA
Assembly: Wisej.Web.Ext.WebARIA
Represents the set of ARIA properties associated to a control.
- C#
- VB.NET
public class WebARIA : Component, IExtenderProvider
Public Class WebARIA
Inherits Component
Implements 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 | IContainer | An IContainercontainer. |
Methods
CanExtend(target)
Returns true if WebARIA can offer an extender property to the specified target component.
| Parameter | Type | Description |
|---|---|---|
| target | Object | 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 | Control for which to return the ARIA properties. |
Returns: ARIA.