Operation |
Details |
public ChangeSelection():System.EventHandler |
Sequential <<event>> |
public MultipleColumnSelector(): |
Sequential |
protected Dispose( bool disposing):void |
Sequential Notes: | Clean up any resources being used. | |
private InitializeComponent():void |
Sequential Notes: | Required method for Designer support - do not modify the contents of this method with the code editor. | |
public Fill( ColumnsInfo colsinfo):void |
Sequential Notes: | Fills the ColsInfo data into the first listbox. | |
public Read():ColumnsInfo |
Sequential Notes: | Reads Selected parameter from listbox to ColsInfo. | |
private buttonAdd_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Add selected items from listAvailable to listSelected. | |
private buttonRem_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Removes selected items from listSelected. | |
private buttonAll_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Add all items from listAvailable to listSelected. | |
private buttonClear_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Removes all items from listSelected. | |
private OnChangeSelection():void |
Sequential Notes: | Event Change Selection. | |
public FillAfterSetColumns():bool |
Sequential <<property>> Notes: | If initially should be all the columns selected or not. | |