OfficeIMO

API Reference

Class

WordComboBox

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents a combo box content control within a paragraph.

Inheritance

Methods

public Void Remove() #
Returns: Void

Removes the combo box from the paragraph.

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.