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 XhtmlMobileTextWriter _
)
'Usage
Dim instance As SPMobileXhtmlLabelAdapter
Dim writer As XhtmlMobileTextWriter
instance.Render(writer)
public override void Render(
XhtmlMobileTextWriter writer
)
Parameters
writer
Type: System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriterThe object that writes the XHTML.
See Also
Reference
SPMobileXhtmlLabelAdapter Class