VBTrain.Net Documentation

Web Graphical Button Class

For a list of all members of this type, see Graphical Button Members.

System.Web.UI.WebControls.Image
   VBTrain.GraphicalObjects.WebGraphicalButton

Description

The VBTrain Web Graphical Button control allows you to add buttons with normal, "rollover," down, and disabled states to your web forms. Image swapping and preloading of graphics is accomplished on the client side to avoid trips to the web server.

Example

[Visual Basic]
With WebGraphicalButton1
	.ImageUp = "images/Help Up.jpg"
	.ImageDown = "images/Help Down.jpg"
	.ImageOver = "images/Help Over.jpg"
	.ImageDisabled = "images/Help Disabled.jpg"
End With

Requirements

Namespace: VBTrain.GraphicalObjects

Assembly: VBTrainWebGraphicalButton.dll

See Also

Members | Graphical Button Class