Property | Type | Description | |
---|---|---|---|
addStr | string | ||
clickCol | |||
columns | |||
cursorTimer | Timer | ||
flip | bool | ||
obj | Object | ||
rowIdx | int | ||
selCol | |||
width | int |
Method | Description | |
---|---|---|
Click ( |
Called when the mouse clicks on a row
|
|
CompareTo ( object other ) : int |
Compares one row to another. other must be an ObjRow and ObjRow.obj must implement IComparable
|
|
Equals ( object other ) : bool |
Equality test against another object. Calls Object.Equals(other.Object)
|
|
FireRefresh ( ) : void |
Outside access to fire the refresh event
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
KeyDown ( |
This function currently does nothing
|
|
KeyPress ( |
Called when a key is pressed on the keyboard and this row is selected
|
|
KeyUp ( |
This function currently does nothing
|
|
MouseLeave ( ) : void |
Called when the mouse leaves the row's bounding rectangle
|
|
MouseOver ( |
called when a mouse moves over the row
|
|
ObjRow ( object obj ) : System |
Initializes a new instance of the T:ObjRow class.
|
|
ObjRow ( object obj, |
Initializes a new instance of the T:ObjRow class.
|
|
Render ( PaintEventArgs e, int yOffset ) : void |
Method that paints this row
|
|
UnClick ( ) : void |
This method is called before another row is clicked. This is used as a 'turn off' function
|
Method | Description | |
---|---|---|
startTimer ( ) : void | ||
stopTimer ( ) : void | ||
timerTick ( object sender, |
public Click ( |
||
col | The column the mouse was over when the button was clicked | |
return | void |
public CompareTo ( object other ) : int | ||
other | object | The object to compare with |
return | int |
public Equals ( object other ) : bool | ||
other | object | The other object to test against |
return | bool |
public KeyDown ( |
||
e | ||
return | void |
public KeyPress ( |
||
e | The |
|
return | void |
public KeyUp ( |
||
e | ||
return | void |
public MouseOver ( |
||
col | ||
return | void |
public ObjRow ( object obj, |
||
obj | object | The obj. |
columns | The columns. | |
return | System |
public Render ( PaintEventArgs e, int yOffset ) : void | ||
e | PaintEventArgs | |
yOffset | int | |
return | void |
protected CustomListColumn,DSShared.Lists clickCol | ||
return |
protected CustomListColumnCollection,DSShared.Lists columns | ||
return |
protected CustomListColumn,DSShared.Lists selCol | ||
return |