DockSample.DummyPropertyWindow.DummyPropertyWindow C# (CSharp) Method

DummyPropertyWindow() public method

public DummyPropertyWindow ( ) : System.Windows.Forms
return System.Windows.Forms
        public DummyPropertyWindow()
        {
            InitializeComponent();
            comboBox.SelectedIndex = 0;
            propertyGrid.SelectedObject = propertyGrid;
        }
DummyPropertyWindow