SPMobileHtmlTextBoxAdapter Class
Wraps the HtmlTextBoxAdapter 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.HtmlControlAdapter
System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter
Microsoft.SharePoint.MobileControls.SPMobileHtmlTextBoxAdapter
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileHtmlTextBoxAdapter _
Inherits HtmlTextBoxAdapter
'Usage
Dim instance As SPMobileHtmlTextBoxAdapter
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileHtmlTextBoxAdapter : HtmlTextBoxAdapter
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.