DummyPropertyWindow.cs
上传用户:szlfmled
上传日期:2020-11-22
资源大小:978k
文件大小:0k
源码类别:

C#编程

开发平台:

C#

  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Text;
  7. using System.Windows.Forms;
  8. using WeifenLuo.WinFormsUI.Docking;
  9. namespace DockSample
  10. {
  11.     public partial class DummyPropertyWindow : ToolWindow
  12.     {
  13.         public DummyPropertyWindow()
  14.         {
  15.             InitializeComponent();
  16. comboBox.SelectedIndex = 0;
  17. propertyGrid.SelectedObject = propertyGrid;
  18.         }
  19.     }
  20. }