VBTrain.Net Documentation

Enabled Property

Gets or sets a value indicating whether the control can respond to user interaction.

Public Property Enabled() As Boolean

Description

When the Enabled property is True, the button displays its ImageUp graphic. If it is False, the button displays its ImageDisabled graphic.

Example

[Visual Basic]
With WebGraphicalButton1
    .Enabled = False
    .ImageDisabled = "images/btn_disabled.jpg"
End With

See Also

Graphical Button Class | Web Graphical Button Class | Members