C# Class TabbedMDI.Form1

Inheritance: System.Windows.Forms.Form
Show file Open project: DevExpress-Examples/how-to-handle-a-double-click-on-a-tab-when-the-xtratabbedmdimanager-component-is-used-e891

Public Methods

Method Description
AddNewForm ( ) : void
Form1 ( ) : System
InitComboBoxes ( ) : void
InitWindows ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
Main ( ) : void
OnTabHeaderDoubleClick ( object sender, TabbedMDI.TabHeaderDoubleClickEventArgs e ) : void
barButtonItem1_ItemClick ( object sender, DevExpress.XtraBars.ItemClickEventArgs e ) : void
barEditItem1_EditValueChanged ( object sender, EventArgs e ) : void
barEditItem2_EditValueChanged ( object sender, EventArgs e ) : void
barEditItem3_EditValueChanged ( object sender, EventArgs e ) : void
barEditItem4_EditValueChanged ( object sender, EventArgs e ) : void
xtraTabbedMdiManager1_PageAdded ( object sender, DevExpress.XtraTabbedMdi.MdiTabPageEventArgs e ) : void
xtraTabbedMdiManager1_PageRemoved ( object sender, DevExpress.XtraTabbedMdi.MdiTabPageEventArgs e ) : void

Method Details

AddNewForm() public method

public AddNewForm ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Form1() public method

public Form1 ( ) : System
return System

InitComboBoxes() public method

public InitComboBoxes ( ) : void
return void

InitWindows() public method

public InitWindows ( ) : void
return void

OnFormClosing() protected method

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
return void