Now can you tell me how can realize vs2015 attribute of text input box on the right, next to a nabla, click in the following the entire length of the text input, can't finish the show can be directly click on view, can edit, is too perfect,
Masters, this
how to implement?
CodePudding user response:
Textarea know about theCodePudding user response:
The winformCodePudding user response:
The need to implement a custom controls, not complicated, click text box, display the drop-down button, click on the control to add more than one line displays text box below, after losing focus or click back to update the textboxCodePudding user response:
1, there is a TextBox properties Multline is more lines or use RichTextBox rich text box can2, you can do a button, and the system which, after click, direct display text content, of course his best define controls
CodePudding user response:
This is the custom, do your own combination controlNew class inheritance Control
Inside how to write how to write, and use it every time you pull out from the toolbox, custom controls good simple,
Or use the form first combined them to remember the location, and then write them into classes