Operation |
Details |
public ChangeSelection():System.EventHandler |
Sequential <<event>> |
public SingleColumnSelector(): |
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 listbox. | |
public GetSelectedIndex():int |
Sequential Notes: | Gets the index of selected column. | |
public GetSelectedName():string |
Sequential Notes: | Gets the name of selected column. | |
public SetSelected( int index):void |
Sequential Notes: | Sets the selected column index. | |
private OnChangeSelection():void |
Sequential Notes: | Event Change Selection. | |
private Column_ContextMenuChanged( object sender, System.EventArgs e):void |
Sequential Notes: | Event Change Selection. | |