Share via


MobileProfilePropertyRichValue.OnLoad Method

Handles the OnLoad() event.

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

Syntax

'Declaration
Protected Overrides Sub OnLoad ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnLoad(e)
protected override void OnLoad(
    EventArgs e
)

Parameters

Remarks

This override gets the property of the profile and then creates a SPMobileTextView control that supports rich formatting to render the property.

The panel is not visible if the specified property cannot be retrieved.

See Also

Reference

MobileProfilePropertyRichValue Class

MobileProfilePropertyRichValue Members

Microsoft.SharePoint.Portal.MobileControls Namespace