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