PageProvider.CreateImage Method ()
Creates an Icon object that provides an icon for the PageProvider.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected virtual Icon CreateImage()
protected:
virtual Icon^ CreateImage()
Protected Overridable Function CreateImage As Icon
Return Value
Type: System.Drawing.Icon
An instance of Icon.
See Also
PageProvider Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top