Class
SdtComboBoxBuilder

Represents an SdtBuilder that handles the generation of combo box content controls.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SdtComboBoxBuilder : SdtBuilder<ComboBoxProperties>, ISdtBuilder

Inheritance: objectSdtBuilder<ComboBoxProperties>SdtComboBoxBuilder

Implements: ISdtBuilder

Inherited Members SdtBuilder<ComboBoxProperties>.InsertCore(RadDocumentEditor)SdtBuilder<ComboBoxProperties>.InsertInEmptyParagraph(RadDocumentEditor, Paragraph)SdtBuilder<ComboBoxProperties>.InsertInEmptyTableCell(RadDocumentEditor, TableCell)SdtBuilder<ComboBoxProperties>.InsertAfterSoftBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<ComboBoxProperties>.InsertBeforeSoftBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<ComboBoxProperties>.InsertAfterHardBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<ComboBoxProperties>.InsertBeforeHardBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<ComboBoxProperties>.InsertBeforeMultiBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<ComboBoxProperties>.InsertAfterMultiBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<ComboBoxProperties>.InsertInMultiSelection(RadDocumentEditor)SdtBuilder<ComboBoxProperties>.InsertAroundSelectedTableCell(RadDocumentEditor, TableCell)SdtBuilder<ComboBoxProperties>.InsertAroundSelectedParagraph(RadDocumentEditor, Paragraph)SdtBuilder<ComboBoxProperties>.InsertAroundSelectedInlineRange(RadDocumentEditor)SdtBuilder<ComboBoxProperties>.UpdateContent(RadDocumentEditor)SdtBuilder<ComboBoxProperties>.UpdateContent()SdtBuilder<ComboBoxProperties>.UpdateStyle()SdtBuilder<ComboBoxProperties>.InsertSdtInPartialParagraphSelection(RadDocumentEditor)SdtBuilder<ComboBoxProperties>.SdtStart

Constructors

SdtComboBoxBuilder(SdtRangeStart, ComboBoxProperties)

Initializes a new instance of the SdtComboBoxBuilder class.

Declaration

cs-api-definition
public SdtComboBoxBuilder(SdtRangeStart sdtStart, ComboBoxProperties properties)

Parameters

sdtStart

SdtRangeStart

properties

ComboBoxProperties

Methods

InsertAroundSelectedImage(RadDocumentEditor)

Represents the case of inserting a content control around a single selected image.

Declaration

cs-api-definition
public override void InsertAroundSelectedImage(RadDocumentEditor editor)

Parameters

editor

RadDocumentEditor

Overrides SdtBuilder<ComboBoxProperties>.InsertAroundSelectedImage(RadDocumentEditor)

InsertAroundSelectedMultipleBlocks(RadDocumentEditor, Block, Block)

Represents the case of inserting a content control around multiple selected paragraphs or tables.

Declaration

cs-api-definition
public override void InsertAroundSelectedMultipleBlocks(RadDocumentEditor editor, Block firstBlock, Block lastBlock)

Parameters

editor

RadDocumentEditor

firstBlock

Block

lastBlock

Block

Overrides SdtBuilder<ComboBoxProperties>.InsertAroundSelectedMultipleBlocks(RadDocumentEditor, Block, Block)

InsertAroundSelectedMultipleRows(RadDocumentEditor, TableRow, TableRow)

Represents the case of inserting a content control around multiple selected rows.

Declaration

cs-api-definition
public override void InsertAroundSelectedMultipleRows(RadDocumentEditor editor, TableRow firstRow, TableRow lastRow)

Parameters

editor

RadDocumentEditor

firstRow

TableRow

lastRow

TableRow

Overrides SdtBuilder<ComboBoxProperties>.InsertAroundSelectedMultipleRows(RadDocumentEditor, TableRow, TableRow)

InsertAroundSelectedSingleRow(RadDocumentEditor, TableRow)

Represents the case of inserting a content control around a single selected row.

Declaration

cs-api-definition
public override void InsertAroundSelectedSingleRow(RadDocumentEditor editor, TableRow row)

Parameters

editor

RadDocumentEditor

row

TableRow

Overrides SdtBuilder<ComboBoxProperties>.InsertAroundSelectedSingleRow(RadDocumentEditor, TableRow)

InsertAroundSelectedTable(RadDocumentEditor, Table)

Represents the case of inserting a content control around a single selected table.

Declaration

cs-api-definition
public override void InsertAroundSelectedTable(RadDocumentEditor editor, Table table)

Parameters

editor

RadDocumentEditor

table

Table

Overrides SdtBuilder<ComboBoxProperties>.InsertAroundSelectedTable(RadDocumentEditor, Table)