SPMobileComponent.IsForm property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsForm As Boolean
Get
'Usage
Dim instance As SPMobileComponent
Dim value As Boolean
value = instance.IsForm
public virtual bool IsForm { get; }
Property value
Type: System.Boolean