C# 클래스 UIParser.Nodes.AddTextEditNode

상속: UINode
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alignment int?
BackColor ArrayListNode
Capacity int?
Color ArrayListNode
CursorColor ArrayListNode
EnableIME int?
FlashOnEmpty int?
Font int
FrameColor ArrayListNode
FrameOnFocus int?
ID int
Lines int?
Mode string
Name string
ResizeForExactLineHeight int?
ScrollbarGutter int?
ScrollbarImage string
ScrollbarType int?
Size ArrayListNode
TextEditPosition ArrayListNode
Tooltip string
Transparent 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

프로퍼티 상세

Alignment 공개적으로 프로퍼티

Defines the alignment of this text control. 0=Left-Top, 1=Left-Center, 2=Center-Top, 3=Center-Center, 4=Right-Top, 5=Right-Center. Default is left-top.
public int? Alignment
리턴 int?

BackColor 공개적으로 프로퍼티

Defines whether or not this text edit control will be notified when the user presses the enter key. 1=Yes, 0=No. Default is no notification.
public ArrayListNode,UIParser.Nodes BackColor
리턴 ArrayListNode

Capacity 공개적으로 프로퍼티

Defines the maximum character limit of this text control. Default is 0 for unlimited.
public int? Capacity
리턴 int?

Color 공개적으로 프로퍼티

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

CursorColor 공개적으로 프로퍼티

Color of the cursor in this text edit control.
public ArrayListNode,UIParser.Nodes CursorColor
리턴 ArrayListNode

EnableIME 공개적으로 프로퍼티

Defines whether or not to enable input method editing. 1=Yes, 0=No. Default is no IME.
public int? EnableIME
리턴 int?

FlashOnEmpty 공개적으로 프로퍼티

Defines whether or not this text edit control will flash when it is empty. 1=Yes, 0=No. Default is no flashing.
public int? FlashOnEmpty
리턴 int?

Font 공개적으로 프로퍼티

Defines the font size of this text edit control in points. Required.
public int Font
리턴 int

FrameColor 공개적으로 프로퍼티

Color of frame for this text edit control.
public ArrayListNode,UIParser.Nodes FrameColor
리턴 ArrayListNode

FrameOnFocus 공개적으로 프로퍼티

Defines whether this text edit control will receive a border on focus. 1=Yes, 0=No. Default is yes.
public int? FrameOnFocus
리턴 int?

ID 공개적으로 프로퍼티

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

Lines 공개적으로 프로퍼티

Defines the number of lines in this text edit control.
public int? Lines
리턴 int?

Mode 공개적으로 프로퍼티

Defines extra attributes for this text edit control. Valid values are kInsert and kReadOnly.
public string Mode
리턴 string

Name 공개적으로 프로퍼티

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

ResizeForExactLineHeight 공개적으로 프로퍼티

Defines whether this text edit control should resize for exact line heights. 1=Yes, 0=No. Default is no.
public int? ResizeForExactLineHeight
리턴 int?

ScrollbarGutter 공개적으로 프로퍼티

Defines the width of the scrollbar in pixels. This should match the width of scrollbarImage.
public int? ScrollbarGutter
리턴 int?

ScrollbarImage 공개적으로 프로퍼티

Defines a UIS image resource to associate with the scrollbar of this text edit control.
public string ScrollbarImage
리턴 string

ScrollbarType 공개적으로 프로퍼티

Defines the type of the scrollbar of this text edit control. 0=slider, 1=scrollbar. Default is scrollbar.
public int? ScrollbarType
리턴 int?

Size 공개적으로 프로퍼티

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

TextEditPosition 공개적으로 프로퍼티

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

Tooltip 공개적으로 프로퍼티

Name of a UIS text resource to use as a tooltip for this text edit control.
public string Tooltip
리턴 string

Transparent 공개적으로 프로퍼티

Defines the transparency of this text edit control. 1 is transparent and 0 is opaque.
public int Transparent
리턴 int