SPMobileItemFieldIterator.TryCreateFieldDirectionPanel Method
Creates a panel control with the specified language reading direction.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub TryCreateFieldDirectionPanel ( _
direction As SPMobileTextDirection _
)
'Usage
Dim direction As SPMobileTextDirection
Me.TryCreateFieldDirectionPanel(direction)
protected void TryCreateFieldDirectionPanel(
SPMobileTextDirection direction
)
Parameters
direction
Type: Microsoft.SharePoint.MobileControls.SPMobileTextDirectionAn object that specifies a reading direction.
Remarks
If direction is None, no control is created.
See Also
Reference
SPMobileItemFieldIterator Class