SPMobileNoteField.ReadOnly Property

Gets a value indicating whether the field is read-only.

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

Syntax

'Declaration
Public Overrides ReadOnly Property ReadOnly As Boolean
    Get
'Usage
Dim instance As SPMobileNoteField
Dim value As Boolean

value = instance.ReadOnly
public override bool ReadOnly { get; }

Property Value

Type: System.Boolean
true if the page is Display or list view, or if the value exceeds the rendering limit, or if field is Rich text, or if MultiText is false; otherwise, false.

See Also

Reference

SPMobileNoteField Class

SPMobileNoteField Members

Microsoft.SharePoint.MobileControls Namespace