Method | Description | |
---|---|---|
FixItemCollection ( ) : void | ||
GetItemByLabel ( string label ) : |
Looks for a specified item by its label
|
|
ODFComboBox ( |
Creates an ODFComboBox
|
|
ODFComboBox ( |
Creates an ODFComboBox
|
|
ODFComboBox ( |
||
RestoreItemEvents ( ) : void | ||
SuppressItemEvents ( ) : void |
Method | Description | |
---|---|---|
CreateBasicNode ( ) : void |
Method | Description | |
---|---|---|
ItemCollection_Inserted ( int index, object value ) : void | ||
ItemCollection_Removed ( int index, object value ) : void |
public GetItemByLabel ( string label ) : |
||
label | string | |
return |
public ODFComboBox ( |
||
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 ODFComboBox ( |
||
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 ODFComboBox ( |
||
ParentForm | ||
node | ||
return | System |