public Form3()
        {
            InitializeComponent();

            BSE.Windows.Forms.CustomColors panelColors = new BSE.Windows.Forms.CustomXPanderPanelColors();
            propertyGrid1.SelectedObject = xPanderPanel9.CustomColors;

            propertyGrid2.SelectedObject = new CPanelStyle();
        }
Example #2
0
        public Form3()
        {
            InitializeComponent();

            BSE.Windows.Forms.CustomColors panelColors = new BSE.Windows.Forms.CustomXPanderPanelColors();
            propertyGrid1.SelectedObject = xPanderPanel9.CustomColors;

            propertyGrid2.SelectedObject = new CPanelStyle();
        }