Public
Class twgt
Public
Overrides
Property Text()
As
String
Get
Return txtText.Text
End
Get
Set(ByVal
value As
String)
txtText.Text = value
End
Set
End Property
Public Property Tip() As String
Get
Return txtLabel.Text
End
Get
Set(ByVal
value As
String)
txtLabel.Text = value
End
Set
End Property
Private
Sub
TextBox1_GotFocus(ByVal
sender As
Object,
ByVal e
As System.EventArgs)
Handles
txtText.GotFocus
txtLabel.Visible = False
End Sub
End Class
[VBWeb index] - [Copyright]