C# Class TabbedMDI.Form1

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

Méthodes publiques

Méthode Description
AddNewForm ( ) : void
Form1 ( ) : System
InitComboBoxes ( ) : void
InitWindows ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Méthode 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 méthode

public AddNewForm ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

InitComboBoxes() public méthode

public InitComboBoxes ( ) : void
Résultat void

InitWindows() public méthode

public InitWindows ( ) : void
Résultat void

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
Résultat void