コード例 #1
0
ファイル: Form1.cs プロジェクト: Ejik/Acotwin
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     XPanderPanel xpanderPanel = new XPanderPanel();
     xpanderPanel.Text = "new XPanderPanel";
     xpanderPanel.CaptionHeight = xPanderPanelList1.CaptionHeight;
     xPanderPanelList1.XPanderPanels.Add(xpanderPanel);
     if (this.m_panelColors != null)
     {
         xpanderPanel.SetPanelProperties(this.m_panelColors);
     }
 }