Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Customize Name Property

0 views
Skip to first unread message

Derek Hart

unread,
Jun 28, 2009, 7:21:39 PM6/28/09
to

Can I customize the Name property? Add my own code, such as changing it to a
combo box of choices for names? I know how to make a combo box, just want to
know if the Name property is off limits.

Public Property Name() As String
Get
Return _Name
End Get
Set(ByVal value As String)
_Name = value
End Set
End Property


0 new messages