C# 클래스 DSShared.Old2.CustomList

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

보호된 프로퍼티들

프로퍼티 타입 설명
collection System.Collections.ArrayList
drawColor Color
drawRow bool
headerHeight int
maxSelColumn int
minSelColumn int
minWidth int
moving bool[]
movingFlag bool
myFont System.Drawing.Font
name string
offX int
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

프로퍼티 타입 설명
scroll void

공개 메소드들

메소드 설명
Closing ( object sender, CancelEventArgs e ) : void
ForceResize ( ) : void
MakeWebpage ( StreamWriter sw ) : void
MakeWebpage ( string title, string path ) : void
Unselect ( ) : void

보호된 메소드들

메소드 설명
CustomList ( string name ) : System
OnKeyDown ( KeyEventArgs 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
OnRenderLine ( Graphics g, float y, float height, object p, int rowNum, Font f ) : void
OnResize ( EventArgs e ) : void
backspace ( ) : void
calcX ( bool load ) : void
readChar ( Keys key ) : void
readDigit ( int digit ) : void
writeCSS ( StreamWriter sw ) : void

비공개 메소드들

메소드 설명
scroll ( object sender, ScrollEventArgs e ) : void

메소드 상세

Closing() 공개 메소드

public Closing ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
리턴 void

CustomList() 보호된 메소드

protected CustomList ( string name ) : System
name string
리턴 System

ForceResize() 공개 메소드

public ForceResize ( ) : void
리턴 void

MakeWebpage() 공개 메소드

public MakeWebpage ( StreamWriter sw ) : void
sw System.IO.StreamWriter
리턴 void

MakeWebpage() 공개 메소드

public MakeWebpage ( string title, string path ) : void
title string
path string
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnOptionClick() 보호된 메소드

protected OnOptionClick ( OptionClickEventArgs e ) : void
e OptionClickEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnRenderLine() 보호된 메소드

protected OnRenderLine ( 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
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

Unselect() 공개 메소드

public Unselect ( ) : void
리턴 void

backspace() 보호된 메소드

protected backspace ( ) : void
리턴 void

calcX() 보호된 메소드

protected calcX ( bool load ) : void
load bool
리턴 void

readChar() 보호된 메소드

protected readChar ( Keys key ) : void
key Keys
리턴 void

readDigit() 보호된 메소드

protected readDigit ( int digit ) : void
digit int
리턴 void

writeCSS() 보호된 메소드

protected writeCSS ( StreamWriter sw ) : void
sw System.IO.StreamWriter
리턴 void

프로퍼티 상세

collection 보호되어 있는 프로퍼티

protected ArrayList,System.Collections collection
리턴 System.Collections.ArrayList

drawColor 보호되어 있는 프로퍼티

protected Color drawColor
리턴 Color

drawRow 보호되어 있는 프로퍼티

protected bool drawRow
리턴 bool

headerHeight 보호되어 있는 프로퍼티

protected int headerHeight
리턴 int

maxSelColumn 보호되어 있는 프로퍼티

protected int maxSelColumn
리턴 int

minSelColumn 보호되어 있는 프로퍼티

protected int minSelColumn
리턴 int

minWidth 보호되어 있는 프로퍼티

protected int minWidth
리턴 int

moving 보호되어 있는 프로퍼티

protected bool[] moving
리턴 bool[]

movingFlag 보호되어 있는 프로퍼티

protected bool movingFlag
리턴 bool

myFont 보호되어 있는 프로퍼티

protected Font,System.Drawing myFont
리턴 System.Drawing.Font

name 보호되어 있는 프로퍼티

protected string name
리턴 string

offX 보호되어 있는 프로퍼티

protected int offX
리턴 int

over 보호되어 있는 프로퍼티

protected bool[] over
리턴 bool[]

overY 보호되어 있는 프로퍼티

protected int overY
리턴 int

properties 보호되어 있는 프로퍼티

protected StrPropertyList,DSShared.Old2 properties
리턴 StrPropertyList

rowHeight 보호되어 있는 프로퍼티

protected int rowHeight
리턴 int

selBrush 보호되어 있는 프로퍼티

protected Brush,System.Drawing selBrush
리턴 System.Drawing.Brush

selectedObject 보호되어 있는 프로퍼티

protected IColorable selectedObject
리턴 IColorable

showing 보호되어 있는 프로퍼티

protected bool[] showing
리턴 bool[]

smallFont 보호되어 있는 프로퍼티

protected Font,System.Drawing smallFont
리턴 System.Drawing.Font

space 보호되어 있는 프로퍼티

protected int space
리턴 int

startY 보호되어 있는 프로퍼티

protected int startY
리턴 int

strList 보호되어 있는 프로퍼티

protected string[] strList
리턴 string[]

threshhold 보호되어 있는 프로퍼티

protected int threshhold
리턴 int

useColorable 보호되어 있는 프로퍼티

protected bool useColorable
리턴 bool

vert 보호되어 있는 프로퍼티

protected VScrollBar,System.Windows.Forms vert
리턴 System.Windows.Forms.VScrollBar

widths 보호되어 있는 프로퍼티

protected int[] widths
리턴 int[]