| | |
| | | public XtraForm1() |
| | | { |
| | | InitializeComponent(); |
| | | // this.xtraTabControl1.CustomHeaderButtonClick += new DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventHandler(this.xtraTabControl1_CustomHeaderButtonClick); |
| | | _drapHelp = new DragResizeHelp(this, splitContainerControl1.Panel1, labelControl2); |
| | | |
| | | _drapHelp = new DragResizeHelp(this, splitContainerControl1.Panel1); |
| | | this.xtraTabControl1.CustomHeaderButtonClick += XtraTabControl1_CustomHeaderButtonClick; |
| | | } |
| | | |
| | | private void xtraTabControl1_CustomHeaderButtonClick(object sender, DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs e) |
| | | private void XtraTabControl1_CustomHeaderButtonClick(object sender, DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs e) |
| | | { |
| | | _drapHelp.Show(); |
| | | } |
| | | |
| | | |
| | | |
| | | } |
| | | } |