class: SingleColumnSelector

public class: SingleColumnSelector
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 4.12.2005 12:44:45; Modified: 4.12.2005 13:46:12;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {38C66113-9F89-4b1c-BF7E-B73B60933FD6}
User control for selecting single column from DB table.

 

Goto: Fields, Methods

See also: SetColumnsDialog, SetColumnsDialog

Appears in: GuiExt

Connections
 
SingleColumnSelector Attributes
Attribute Details
private ColumnsInfo
  colsInfo
private System.ComponentModel.Container
  components
Initial: null
Notes: Required designer variable.

 
SingleColumnSelector Methods
Operation Details
public
ChangeSelection():System.EventHandler
Sequential <<event>>
public
SingleColumnSelector():
Sequential
Notes: Constructor.
protected
Dispose(
   bool disposing):void
Sequential
Tags: override=true
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.