NetXP 3.0 Reference

TaskbarNotifier.SetCloseBitmap Method (Image, Color, Point)

Sets the 3-State Close Button bitmap, its transparency color and its coordinates

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

Parameters

image
Image/Bitmap object which represents the 3-state Close button Bitmap (width must be a multiple of 3)
transparencyColor
Color of the Bitmap which won't be visible
position
Location of the close button on the popup

Return Value

Nothing

See Also

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