Property | Type | Description | |
---|---|---|---|
clearSelected | bool | ||
collection | |||
drawColor | Color | ||
headerHeight | int | ||
keepFocus | bool | ||
keystrokeProcessed | bool | ||
maxSelColumn | int | ||
minSelColumn | int | ||
minWidth | int | ||
moving | bool[] | ||
movingFlag | bool | ||
myFont | |||
name | string | ||
over | bool[] | ||
overY | int | ||
properties | |||
rowHeight | int | ||
selBrush | |||
selectedObject | IColorable | ||
showing | bool[] | ||
smallFont | |||
space | int | ||
startY | int | ||
strList | string[] | ||
threshhold | int | ||
useColorable | bool | ||
vert | |||
widths | int[] |
Property | Type | Description | |
---|---|---|---|
scroll | void |
Method | Description | |
---|---|---|
Closing ( object sender, CancelEventArgs e ) : void | ||
ForceResize ( ) : void | ||
MakeWebpage ( string title, string path ) : void | ||
Save ( ) : void |
Method | Description | |
---|---|---|
CustomList ( string name ) : System | ||
OnKeyPress ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnOptionClick ( |
||
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( |
||
backspace ( ) : void | ||
calcX ( bool load ) : void | ||
enterKey ( ) : void | ||
readChar ( char c ) : void | ||
readDigit ( int digit ) : void | ||
renderLine ( |
||
writeCSS ( |
Method | Description | |
---|---|---|
scroll ( object sender, |
public Closing ( object sender, CancelEventArgs e ) : void | ||
sender | object | |
e | CancelEventArgs | |
return | void |
protected CustomList ( string name ) : System | ||
name | string | |
return | System |
public MakeWebpage ( string title, string path ) : void | ||
title | string | |
path | string | |
return | void |
protected OnKeyPress ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnOptionClick ( |
||
e | ||
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
protected renderLine ( |
||
g | ||
y | float | |
height | float | |
p | object | |
rowNum | int | |
f | ||
return | void |
protected writeCSS ( |
||
sw | ||
return | void |
protected ArrayList,System.Collections collection | ||
return |
protected StrPropertyList,DSShared.Old properties | ||
return |
protected VScrollBar,System.Windows.Forms vert | ||
return |