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

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

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

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