Class
SdtDropDownListContentGenerator

Represents ContentGenerator for drop down list content control.

Definition

Constructors

SdtDropDownListContentGenerator(DropDownListProperties)

Initializes a new instance of the SdtDropDownListContentGenerator class.

Declaration

cs-api-definition
public SdtDropDownListContentGenerator(DropDownListProperties properties)

Parameters

properties

DropDownListProperties

Methods

GetContentFragmentOverride()

Generates the actual content fragment (non-placeholder).

Declaration

cs-api-definition
public override DocumentFragment GetContentFragmentOverride()

Returns

DocumentFragment

Overrides SdtContentGenerator<DropDownListProperties>.GetContentFragmentOverride()