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

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

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

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