ASP.net 3.5 control and Component Development Technology series-server control properties (iii)

Source: Internet
Author: User

4.5.2.2 Custom Modal Property editor

In this section we learn to customize another property editor: Modal editor, click a button in this editor to pop up a form, select data from the form, and return the value to the Properties window. The most important point is that we can customize the modal window content of this selection data more flexibly than the collection editor above. Or look at the effect chart first, as shown in Figure 4-20.

Figure 4-20 Modal Property editor

The image above is a modal selection window tailored to a property that represents the choice of food (fruit/meat/vegetables, etc.), and click Next to the property. button pops up the modal Data Selection window on the left side of the diagram.

Here's how it is implemented. The first thing to be explained is that the window that pops up here is a very common WinForm window, because the mode is called directly from the IDE's interface in design mode. Add a WinForm file CategoryWindow.cs to our control, as shown in Figure 4-21.

Figure 4-21 "Add New Item" dialog box

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.