C# Class DSShared.Old.CustomList

Inheritance: System.Windows.Forms.Control
Show file Open project: pmprog/OpenXCOM.Tools

Protected Properties

Property Type Description
clearSelected bool
collection System.Collections.ArrayList
drawColor Color
headerHeight int
keepFocus bool
keystrokeProcessed bool
maxSelColumn int
minSelColumn int
minWidth int
moving bool[]
movingFlag bool
myFont System.Drawing.Font
name string
over bool[]
overY int
properties StrPropertyList
rowHeight int
selBrush System.Drawing.Brush
selectedObject IColorable
showing bool[]
smallFont System.Drawing.Font
space int
startY int
strList string[]
threshhold int
useColorable bool
vert System.Windows.Forms.VScrollBar
widths int[]

Private Properties

Property Type Description
scroll void

Public Methods

Method Description
Closing ( object sender, CancelEventArgs e ) : void
ForceResize ( ) : void
MakeWebpage ( string title, string path ) : void
Save ( ) : void

Protected Methods

Method Description
CustomList ( string name ) : System
OnKeyPress ( KeyPressEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnOptionClick ( OptionClickEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
backspace ( ) : void
calcX ( bool load ) : void
enterKey ( ) : void
readChar ( char c ) : void
readDigit ( int digit ) : void
renderLine ( Graphics g, float y, float height, object p, int rowNum, Font f ) : void
writeCSS ( StreamWriter sw ) : void

Private Methods

Method Description
scroll ( object sender, ScrollEventArgs e ) : void

Method Details

Closing() public method

public Closing ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void

CustomList() protected method

protected CustomList ( string name ) : System
name string
return System

ForceResize() public method

public ForceResize ( ) : void
return void

MakeWebpage() public method

public MakeWebpage ( string title, string path ) : void
title string
path string
return void

OnKeyPress() protected method

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnOptionClick() protected method

protected OnOptionClick ( OptionClickEventArgs e ) : void
e OptionClickEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

Save() public method

public Save ( ) : void
return void

backspace() protected method

protected backspace ( ) : void
return void

calcX() protected method

protected calcX ( bool load ) : void
load bool
return void

enterKey() protected method

protected enterKey ( ) : void
return void

readChar() protected method

protected readChar ( char c ) : void
c char
return void

readDigit() protected method

protected readDigit ( int digit ) : void
digit int
return void

renderLine() protected method

protected renderLine ( Graphics g, float y, float height, object p, int rowNum, Font f ) : void
g System.Drawing.Graphics
y float
height float
p object
rowNum int
f System.Drawing.Font
return void

writeCSS() protected method

protected writeCSS ( StreamWriter sw ) : void
sw System.IO.StreamWriter
return void

Property Details

clearSelected protected property

protected bool clearSelected
return bool

collection protected property

protected ArrayList,System.Collections collection
return System.Collections.ArrayList

drawColor protected property

protected Color drawColor
return Color

headerHeight protected property

protected int headerHeight
return int

keepFocus protected property

protected bool keepFocus
return bool

keystrokeProcessed protected property

protected bool keystrokeProcessed
return bool

maxSelColumn protected property

protected int maxSelColumn
return int

minSelColumn protected property

protected int minSelColumn
return int

minWidth protected property

protected int minWidth
return int

moving protected property

protected bool[] moving
return bool[]

movingFlag protected property

protected bool movingFlag
return bool

myFont protected property

protected Font,System.Drawing myFont
return System.Drawing.Font

name protected property

protected string name
return string

over protected property

protected bool[] over
return bool[]

overY protected property

protected int overY
return int

properties protected property

protected StrPropertyList,DSShared.Old properties
return StrPropertyList

rowHeight protected property

protected int rowHeight
return int

selBrush protected property

protected Brush,System.Drawing selBrush
return System.Drawing.Brush

selectedObject protected property

protected IColorable selectedObject
return IColorable

showing protected property

protected bool[] showing
return bool[]

smallFont protected property

protected Font,System.Drawing smallFont
return System.Drawing.Font

space protected property

protected int space
return int

startY protected property

protected int startY
return int

strList protected property

protected string[] strList
return string[]

threshhold protected property

protected int threshhold
return int

useColorable protected property

protected bool useColorable
return bool

vert protected property

protected VScrollBar,System.Windows.Forms vert
return System.Windows.Forms.VScrollBar

widths protected property

protected int[] widths
return int[]