SPMobileComponent.Weightless, propriété (Microsoft.SharePoint.MobileControls)

Gets or sets a value indicating whether the control is considered weightless (having zero characters) for purposes of pagination.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable Property Weightless As Boolean
'Utilisation
Dim instance As SPMobileComponent
Dim value As Boolean

value = instance.Weightless

instance.Weightless = value
public virtual bool Weightless { get; set; }

Valeur de la propriété

true if the control is considered weightless; otherwise, false. The default is false.

Notes

Setting Weightless to true means that the whole of the SPMobileComponent object and its child controls is kept together on a single page

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms