You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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