C# Класс UIParser.Nodes.AddTextEditNode

Наследование: UINode
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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