VBTrain.Net Documentation

TransparentColor Property (Graphical Button)

Gets or sets the transparent (chromakey) color for the button's images.

Public Property TransparentColor() As Color (Graphical Button)

Description

Use the TransparentColor property to specify the optional transparent (chromakey) color for the ImageUp and other properties. Note that all images share the same transparent color.

Example

The following example shows how to set the TransparentColor property.

[Visual Basic]
GraphicalButton1.TransparentColor = Color.Fuchsia

See Also

Graphical Button Class | Web Graphical Button Class | Members