Class
DropDownListProperties

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

Definition

Constructors

DropDownListProperties()

Initializes a new instance of the DropDownListProperties class.

Declaration

cs-api-definition
public DropDownListProperties()

Properties

IsContentLocked

Gets a value that indicates whether the content can be modified.

Declaration

cs-api-definition
protected override bool IsContentLocked { get; }

Property Value

bool

Overrides SdtProperties.IsContentLocked

Methods

GetBuilder(SdtRangeStart)

Provides an 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 ComboBoxProperties.GetBuilder(SdtRangeStart)