C# Class ZForge.Controls.XPTable.Models.HeaderContextMenu.ShowColumnsDialog

Summary description for ShowColumnsDialog.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
AddColumns ( ColumnModel model ) : void

ShowColumnsDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
columnTable_CellCheckChanged ( object sender, CellCheckBoxEventArgs e ) : void

columnTable_SelectionChanged ( object sender, SelectionEventArgs e ) : void

hideButton_Click ( object sender, System e ) : void

okButton_Click ( object sender, EventArgs e ) : void

showButton_Click ( object sender, System e ) : void

widthTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

AddColumns() public method

public AddColumns ( ColumnModel model ) : void
model ColumnModel
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

ShowColumnsDialog() public method

public ShowColumnsDialog ( ) : System
return System