SPMobileXhtmlLabelAdapter Class

Wraps the XhtmlLabelAdapter control but renders it in a way that is sensitive to the language direction.

Inheritance Hierarchy

System.Object
  System.Web.UI.MobileControls.Adapters.ControlAdapter
    System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter
      System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLabelAdapter
        Microsoft.SharePoint.MobileControls.SPMobileXhtmlLabelAdapter

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileXhtmlLabelAdapter _
    Inherits XhtmlLabelAdapter
'Usage
Dim instance As SPMobileXhtmlLabelAdapter
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileXhtmlLabelAdapter : XhtmlLabelAdapter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPMobileXhtmlLabelAdapter Members

Microsoft.SharePoint.MobileControls Namespace