Compartilhar via


SPMobileControlContainer class

Agrupa controles filho juntos para aumentar a chance de que eles não são divididos por paginação e formatação comum de ativar.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        Microsoft.SharePoint.Mobile.WebControls.SPMobileControlContainer

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobileControlContainer _
    Inherits Panel
'Uso
Dim instance As SPMobileControlContainer
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobileControlContainer : Panel

Comentários

Exceto para substituição de uma propriedade e três novas propriedades, SPMobileControlContainer é idêntico ao Panel. Consulte o tópico para uma longa discussão dos membros e usos do controle.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SPMobileControlContainer members

Microsoft.SharePoint.Mobile.WebControls namespace