Method | Description | |
---|---|---|
FixOptionCollection ( ) : void | ||
GetOptionByLabel ( string lbl ) : |
Looks for a specified option by its label
|
|
GetOptionByValue ( string val ) : |
Looks for a specified option by its value
|
|
ODFListBox ( |
Creates an ODFListBox
|
|
ODFListBox ( |
Creates an ODFListBox
|
|
ODFListBox ( |
||
RestoreOptionEvents ( ) : void | ||
SuppressOptionEvents ( ) : void |
Method | Description | |
---|---|---|
CreateBasicNode ( ) : void |
Method | Description | |
---|---|---|
OptionCollection_Inserted ( int index, object value ) : void | ||
OptionCollection_Removed ( int index, object value ) : void |
public GetOptionByLabel ( string lbl ) : |
||
lbl | string | Option label |
return |
public GetOptionByValue ( string val ) : |
||
val | string | Option value |
return |
public ODFListBox ( |
||
ParentForm | 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! |
return | System |
public ODFListBox ( |
||
ParentForm | 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) |
return | System |
public ODFListBox ( |
||
ParentForm | ||
node | ||
return | System |