Use of WeiFenLuo. winFormsUI. Docking. dll

Source: Internet
Author: User

<1> Add DLL file reference

1. Create a WinForm project. A WinForm Form1 is generated by default.

2. Reference-> Add reference-> browse-> weiFenLuo. winFormsUI. Docking. dll.

3. Form attribute IsMdiContainer: True.

<2> Add a Docking Panel

4. Right-click the Toolkit and choose items>. net components> browse> weiFenLuo. winFormsUI. Docking. dll> dockPanel in the Toolkit.

5. Drag the dockPanel to form Form1 and set the Dock attribute,

The Dock is Fill, DocumentStyle is DockingMdi, and RightToLeftLayout is True.

The Dock is the area that overwrites the entire MDI form. DocumentStyle is of Multi-document type. RightToLeftLayout means that all newly opened windows are docked in the right area.

Dock form:

1. Create a New WinForm Form2.

2. Modify the form in the code to inherit from DockContent.

Public partial class Form2: DockContent

3. display the docking form in the main form Form1.

Map2D map2d = Map3D map3d = MainDialog_Load (

Related Article

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.