NetXP 3.0 Reference

TaskbarNotifier.SetCloseBitmap Method (String, Color, Point)

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

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

Parameters

strFilename
Path of the 3-state Close button Bitmap on the disk (width must 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