NetXP 3.0 Reference

TaskbarNotifier.SetBackgroundBitmap Method (String, Color)

Sets the background bitmap and its transparency color

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

Parameters

strFilename
Path of the Background Bitmap on the disk
transparencyColor
Color of the Bitmap which won't be visible

Return Value

Nothing

See Also

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