C# Class AODL.Document.Forms.Controls.ODFComboBox

Inheritance: ODFFormControl
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
FixItemCollection ( ) : void
GetItemByLabel ( string label ) : ODFItem

Looks for a specified item by its label

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

Creates an ODFComboBox

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

Creates an ODFComboBox

ODFComboBox ( ODFForm ParentForm, XmlNode node ) : System
RestoreItemEvents ( ) : void
SuppressItemEvents ( ) : void

Méthodes protégées

Méthode Description
CreateBasicNode ( ) : void

Private Methods

Méthode Description
ItemCollection_Inserted ( int index, object value ) : void
ItemCollection_Removed ( int index, object value ) : void

Method Details

CreateBasicNode() protected méthode

protected CreateBasicNode ( ) : void
Résultat void

FixItemCollection() public méthode

public FixItemCollection ( ) : void
Résultat void

GetItemByLabel() public méthode

Looks for a specified item by its label
public GetItemByLabel ( string label ) : ODFItem
label string
Résultat ODFItem

ODFComboBox() public méthode

Creates an ODFComboBox
public ODFComboBox ( 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!
Résultat System

ODFComboBox() public méthode

Creates an ODFComboBox
public ODFComboBox ( 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)
Résultat System

ODFComboBox() public méthode

public ODFComboBox ( ODFForm ParentForm, XmlNode node ) : System
ParentForm AODL.Document.Forms.ODFForm
node System.Xml.XmlNode
Résultat System

RestoreItemEvents() public méthode

public RestoreItemEvents ( ) : void
Résultat void

SuppressItemEvents() public méthode

public SuppressItemEvents ( ) : void
Résultat void