I
I
iremezoff2012-02-05 17:50:51
Windows
iremezoff, 2012-02-05 17:50:51

Control in WinForms?

Who can tell me what the name is and whether there is an element in the collection of Windows Forms controls that represents a standard textbox, but inside it there are fixed lines that cannot be edited, but only added (for example, from a modal window) or deleted. A good example is the address line in MS Office Outlook: in fact, not addresses are indicated, but the recipients themselves, clearly associated with the address. But you can't edit the recipient's name

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nicolausYes, 2012-02-05
@nicolausYes

There is no such thing exactly.
1. Inherit from TextBox or ComboBox (or see what they are inherited from) and implement what you need yourself
2. Look for ready-made solutions. Maybe even these will work for you:
AutoComplete-TextBox #1
AutoComplete-Textbox #2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question