NetXP 3.0 Reference

TaskbarNotifier.SetBackgroundBitmap Method (Image, Color)

Sets the background bitmap and its transparency color

[Visual Basic]
Overloads Public Sub SetBackgroundBitmap( _
   ByVal image As Image, _
   ByVal transparencyColor As Color _
)
[C#]
public void SetBackgroundBitmap(
   Image image,
   Color transparencyColor
);

Parameters

image
Image/Bitmap object which represents the Background Bitmap
transparencyColor
Color of the Bitmap which won't be visible

Return Value

Nothing

See Also

TaskbarNotifier Class | NETXP.Components Namespace | TaskbarNotifier.SetBackgroundBitmap Overload List