[]
Displays the form that contains a list of custom names.
public Form ShowListCustomNameForm(Form parentForm, bool showNewNameForm = false)
Public Function ShowListCustomNameForm(parentForm As Form, Optional showNewNameForm As Boolean = False) As Form
Type | Name | Description |
---|---|---|
Form | parentForm | |
bool | showNewNameForm |
Type | Description |
---|---|
Form | A Form object |