C# Class DataGridViewAutoFilter.FullTextHeader

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Methods

Method Description
FullTextHeader ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
Control_KeyPress ( object sender, KeyPressEventArgs e ) : void
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

cmdClear_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

FullTextHeader() public method

public FullTextHeader ( ) : System
return System