C# Class DevExpress.OutlookInspiredApp.Win.FilterForm

Inheritance: DevExpress.XtraEditors.XtraForm
Afficher le fichier Open project: sethjuarez/DevAV

Méthodes publiques

Méthode Description
FilterForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnLoad ( System e ) : void

Private Methods

Méthode Description
Find ( Control control, Predicate predicate ) : IButtonControl
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FilterForm() public méthode

public FilterForm ( ) : System
Résultat System

OnControlAdded() protected méthode

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( System e ) : void
e System
Résultat void