C# Класс AODL.Document.Forms.Controls.ODFListBox

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

Открытые методы

Метод Описание
FixOptionCollection ( ) : void
GetOptionByLabel ( string lbl ) : ODFOption

Looks for a specified option by its label

GetOptionByValue ( string val ) : ODFOption

Looks for a specified option by its value

ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System

Creates an ODFListBox

ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System

Creates an ODFListBox

ODFListBox ( ODFForm ParentForm, XmlNode node ) : System
RestoreOptionEvents ( ) : void
SuppressOptionEvents ( ) : void

Защищенные методы

Метод Описание
CreateBasicNode ( ) : void

Приватные методы

Метод Описание
OptionCollection_Inserted ( int index, object value ) : void
OptionCollection_Removed ( int index, object value ) : void

Описание методов

CreateBasicNode() защищенный Метод

protected CreateBasicNode ( ) : void
Результат void

FixOptionCollection() публичный Метод

public FixOptionCollection ( ) : void
Результат void

GetOptionByLabel() публичный Метод

Looks for a specified option by its label
public GetOptionByLabel ( string lbl ) : ODFOption
lbl string Option label
Результат ODFOption

GetOptionByValue() публичный Метод

Looks for a specified option by its value
public GetOptionByValue ( string val ) : ODFOption
val string Option value
Результат ODFOption

ODFListBox() публичный Метод

Creates an ODFListBox
public ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ParentForm AODL.Document.Forms.ODFForm Parent form that the control belongs to
contentCollection ContentCollection Collection of content where the control will be referenced
id string Control ID. Please specify a unique ID!
Результат System

ODFListBox() публичный Метод

Creates an ODFListBox
public ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System
ParentForm AODL.Document.Forms.ODFForm Parent form that the control belongs to
contentCollection ContentCollection Collection of content where the control will be referenced
id string Control ID. Please specify a unique ID!
x string X coordinate of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
y string Y coordinate of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
width string Width of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
height string Height of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
Результат System

ODFListBox() публичный Метод

public ODFListBox ( ODFForm ParentForm, XmlNode node ) : System
ParentForm AODL.Document.Forms.ODFForm
node System.Xml.XmlNode
Результат System

RestoreOptionEvents() публичный Метод

public RestoreOptionEvents ( ) : void
Результат void

SuppressOptionEvents() публичный Метод

public SuppressOptionEvents ( ) : void
Результат void