WebPartMobileContentPanel Constructor
Initializes a new instance of the WebPartMobileContentPanel class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New WebPartMobileContentPanel()
public WebPartMobileContentPanel()
Remarks
Typically a WebPartMobileContentPanel object is constructed by the OnLoad() method of a WebPartMobileAdapter.
You should not call the constructor from your own imperative code, but you may place include a WebPartMobileContentPanel object in your markup of a custom .aspx file. See the /_layouts/mobile/mblwp.aspx and /_layouts/mobile/mblwiki.aspx pages for examples.
See Also
Reference
WebPartMobileContentPanel Class