API Reference
Class
WordComboBox
Represents a combo box content control within a paragraph.
Inheritance
- WordElement
- WordComboBox
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<String> Items { get; } #Gets the display texts of all combo box items.
public String SelectedValue { get; set; } #Gets or sets the currently selected value displayed by the combo box.
public String Tag { get; set; } #Gets or sets the tag value for this combo box control.
public String Alias { get; } #Gets the alias associated with this combo box control.