API Reference
Class
WordComboBox
Represents a combo box content control within a paragraph.
Inheritance
- WordElement
- WordComboBox
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method WordDocument.GetComboBoxByAlias
- Method WordDocument.GetComboBoxByTag
- Property WordDocument.ComboBoxes
- Method WordParagraph.AddComboBox
- Property WordParagraph.ComboBox
- Property WordSection.ComboBoxes
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.