JavaScript Editor
JavaScript Debugger|
| ||
To change a menu item's caption at run time, you only have to set its Text property. Here's an example:
Private Sub MenuItem1_Popup(ByVal sender As Object, _
ByVal e As System.EventArgs) Handles MenuItem6.Popup
MenuItem1.Text = "I've been clicked!"
End Sub
|
| ||
Free JavaScript Editor
JavaScript Editor