Property | Type | Description | |
---|---|---|---|
clicked | |||
selected |
Property | Type | Description | |
---|---|---|---|
loading | void | ||
mouseOverRows | void | ||
rowClicked | void | ||
saving | void | ||
scroll | void |
Method | Description | |
---|---|---|
AddColumn ( |
Adds a column to the collection
|
|
AddItem ( |
Adds an ObjRow to the collection
|
|
AddItem ( object o ) : void |
Adds an item to the collection. Creates an ObjRow and calls AddItem(ObjRow row)
|
|
Clear ( ) : void |
Clears all ObjRows from the internal collection.
|
|
CustomList ( ) : System |
Initializes a new instance of the T:CustomList class.
|
|
DeleteRow ( |
Deletes the row.
|
|
GetColumn ( string name ) : |
Gets a column by the specified title
|
Method | Description | |
---|---|---|
OnKeyDown ( |
Raises the
|
|
OnKeyPress ( |
Raises the
|
|
OnKeyUp ( |
Raises the
|
|
OnLostFocus ( |
Raises the
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Raises the
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Raises the
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the
|
|
OnResize ( |
Raises the
|
Method | Description | |
---|---|---|
loading ( object sender, |
||
mouseOverRows ( int mouseY, |
||
rowClicked ( object sender, MouseEventArgs e ) : void | ||
saving ( object sender, |
||
scroll ( object sender, |
public AddColumn ( |
||
column | The column to add | |
return | void |
public DeleteRow ( |
||
row | The row to delete. | |
return | void |
public GetColumn ( string name ) : |
||
name | string | The name of the column to get |
return |
protected OnKeyDown ( |
||
e | A |
|
return | void |
protected OnKeyPress ( |
||
e | A |
|
return | void |
protected OnKeyUp ( |
||
e | A |
|
return | void |
protected OnLostFocus ( |
||
e | An |
|
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
return | void |
protected OnResize ( |
||
e | An |
|
return | void |