Make your own separator line control (Lineh, Linev)
Source: Internet
Author: User
Control before using Delphi to develop software, if you need to place a divider line on the interface, its tbevel can well meet this requirement. Now turn to the. NET platform, you can not find the corresponding control (after all, every time in the paint incident painting too much trouble). And if Use panel, GroupBox, label to realize indirectly, the effect is not ideal, and feel strange. So you decide to implement a separator line control yourself, as shown in the following illustration:
Here I only post the core code, and the relevant knowledge about creating custom controls can be referenced in MSDN:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.