MossWebPartMobileAdapterBase.CreateBirthDayItemBulletControl Method
Creates and returns an Image that represents the item bullet icon for the birthday event.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Function CreateBirthDayItemBulletControl As Image
'Usage
Dim returnValue As Image
returnValue = Me.CreateBirthDayItemBulletControl()
protected Image CreateBirthDayItemBulletControl()
Return Value
Type: System.Web.UI.MobileControls.Image
An icon that represents the item bullet icon for the birthday event.
Remarks
The method creates and returns an Image that represents the item bullet icon for the birthday event.
See Also
Reference
MossWebPartMobileAdapterBase Class