C# 클래스 UIParser.Nodes.AddButtonNode

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

공개 프로퍼티들

프로퍼티 타입 설명
ButtonPosition ArrayListNode
ButtonSize ArrayListNode
Font int?
ID int
Image string
ImageStates int?
Name string
Text string
TextButton int?
TextColor ArrayListNode
TextColorDisabled ArrayListNode
TextColorHighlighted ArrayListNode
TextColorSelected ArrayListNode
TextHighlighted int?
Tooltip string
Tracking int?
Trigger 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

프로퍼티 상세

ButtonPosition 공개적으로 프로퍼티

Position of this button. Required.
public ArrayListNode,UIParser.Nodes ButtonPosition
리턴 ArrayListNode

ButtonSize 공개적으로 프로퍼티

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

Font 공개적으로 프로퍼티

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

ID 공개적으로 프로퍼티

public int ID
리턴 int

Image 공개적으로 프로퍼티

Defines a UIS image resource to associate with this button control
public string Image
리턴 string

ImageStates 공개적으로 프로퍼티

Defines the number of image states associated with this button control.
public int? ImageStates
리턴 int?

Name 공개적으로 프로퍼티

public string Name
리턴 string

Text 공개적으로 프로퍼티

Defines a UIS string resource to use as text.
public string Text
리턴 string

TextButton 공개적으로 프로퍼티

Defines whether or not this button renders as a "textButton", meaning horizontally segmented into 3 and scaled to fit the explicitly defined size or width of the inner text. If this is set, buttons with no image will automatically assume the default button image, otherwise they will have no button image. 1 for true, 0 for false. Defaults to 1 if text is defined.
public int? TextButton
리턴 int?

TextColor 공개적으로 프로퍼티

Defines the regular text color of this button control.
public ArrayListNode,UIParser.Nodes TextColor
리턴 ArrayListNode

TextColorDisabled 공개적으로 프로퍼티

Defines the disabled text color of this button control.
public ArrayListNode,UIParser.Nodes TextColorDisabled
리턴 ArrayListNode

TextColorHighlighted 공개적으로 프로퍼티

Defines the highlighted text color of this button control.
public ArrayListNode,UIParser.Nodes TextColorHighlighted
리턴 ArrayListNode

TextColorSelected 공개적으로 프로퍼티

Defines the selected text color of this button control.
public ArrayListNode,UIParser.Nodes TextColorSelected
리턴 ArrayListNode

TextHighlighted 공개적으로 프로퍼티

Defines whether or not this button control uses highlighted text. 1=Yes, 0=No. Default is no.
public int? TextHighlighted
리턴 int?

Tooltip 공개적으로 프로퍼티

public string Tooltip
리턴 string

Tracking 공개적으로 프로퍼티

Defines the type of tracking this button will employ. Valid options are 0, 1, or 2. Default is 0.
public int? Tracking
리턴 int?

Trigger 공개적으로 프로퍼티

Defines whether or not this button will trigger. 1=Yes, 0=No. Default is no trigger.
public int? Trigger
리턴 int?