C# 클래스 UIParser.Nodes.AddListboxNode

상속: UINode
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse

공개 프로퍼티들

프로퍼티 타입 설명
Alignments int
Columns int
Cursor int
FillColor ArrayListNode
Font int?
ID int
ListBoxPosition ArrayListNode
Name string
RowHeight int?
SelectionFillColor ArrayListNode
Size ArrayListNode
Transparent int
VisibleRows int

공개 메소드들

메소드 설명
Accept ( IUIVisitor visitor ) : void

보호된 메소드들

메소드 설명
InitChildren ( ParseTreeNodeList nodes ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( IUIVisitor visitor ) : void
visitor IUIVisitor
리턴 void

InitChildren() 보호된 메소드

protected InitChildren ( ParseTreeNodeList nodes ) : void
nodes ParseTreeNodeList
리턴 void

프로퍼티 상세

Alignments 공개적으로 프로퍼티

Defines the alignment of this list box control. Required.
public int Alignments
리턴 int

Columns 공개적으로 프로퍼티

Defines the number of columns used in this list box. Required.
public int Columns
리턴 int

Cursor 공개적으로 프로퍼티

Defines whether or not this list box control will show a cursor. 1=Yes, 0=No. Default is yes.
public int Cursor
리턴 int

FillColor 공개적으로 프로퍼티

Defines the fill color of this list box control. Syntax: (Red, Green, Blue) where each of these colors is a number in the range of [0-255].
public ArrayListNode,UIParser.Nodes FillColor
리턴 ArrayListNode

Font 공개적으로 프로퍼티

Defines the font size of this list box control in points.
public int? Font
리턴 int?

ID 공개적으로 프로퍼티

Defines the identifier of this listbox control. Required.
public int ID
리턴 int

ListBoxPosition 공개적으로 프로퍼티

Defines the position of this listbox control in x,y coordinates. Syntax: (x,y). Required.
public ArrayListNode,UIParser.Nodes ListBoxPosition
리턴 ArrayListNode

Name 공개적으로 프로퍼티

Defines the UIS identifier of this listbox control. Required.
public string Name
리턴 string

RowHeight 공개적으로 프로퍼티

Defines the line height of each row of this list box control in points.
public int? RowHeight
리턴 int?

SelectionFillColor 공개적으로 프로퍼티

Defines the selection fill color of this list box control. Syntax: (Red, Green, Blue) where each of these colors is a number in the range of [0-255].
public ArrayListNode,UIParser.Nodes SelectionFillColor
리턴 ArrayListNode

Size 공개적으로 프로퍼티

Defines the dimensions of this listbox control. Syntax: (width,height). Required.
public ArrayListNode,UIParser.Nodes Size
리턴 ArrayListNode

Transparent 공개적으로 프로퍼티

Defines the transparency of this list box control. 1 is transparent and 0 is opaque. Required.
public int Transparent
리턴 int

VisibleRows 공개적으로 프로퍼티

Defines the height of the list box in rows.
public int VisibleRows
리턴 int