Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renders the control in accordance with the reading direction of the language.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Render ( _
writer As HtmlMobileTextWriter _
)
'Usage
Dim instance As SPMobileHtmlTextViewAdapter
Dim writer As HtmlMobileTextWriter
instance.Render(writer)
public override void Render(
HtmlMobileTextWriter writer
)
Parameters
writer
Type: System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriterThe object that writes the HTML.
See Also
Reference
SPMobileHtmlTextViewAdapter Class