Class
ComboBoxProperties

Represents the properties of a structured document tag of ComboBox type.

Definition

Constructors

ComboBoxProperties()

Initializes a new instance of the ComboBoxProperties class.

Declaration

cs-api-definition
public ComboBoxProperties()

Properties

Items

Gets the items associated with this combo box.

Declaration

cs-api-definition
[XamlCompositePropertySerializable]
public List<ListItem> Items { get; set; }

Property Value

List<ListItem>

LastValue

Gets the content value.

Declaration

cs-api-definition
[XamlSerializable]
public string LastValue { get; set; }

Property Value

string

SelectedItem

Gets or sets the currently selected item in the ComboBox.

Declaration

cs-api-definition
public ListItem SelectedItem { get; set; }

Property Value

ListItem

Methods

GetBuilder(SdtRangeStart)

Provides a ISdtBuilder that generates the structured document tag's content.

Declaration

cs-api-definition
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)

Parameters

associatedSdt

SdtRangeStart

Returns

ISdtBuilder

Overrides SdtProperties.GetBuilder(SdtRangeStart)