NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridRow.GetBitmap

[To be supplied.]

[Visual Basic]
Protected Function GetBitmap( _
   ByVal bitmapName As String _
) As Bitmap
[C#]
protected Bitmap GetBitmap(
   string bitmapName
);
[C++]
protected: Bitmap* GetBitmap(
   String* bitmapName
);
[JScript]
protected function GetBitmap(
   bitmapName : String
) : Bitmap;

Parameters

bitmapName
[To be supplied.]

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace