Class SdtComboBoxBuilder
Represents an SdtBuilder that handles the generation of combo box content controls.
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SdtComboBoxBuilder : SdtBuilder<ComboBoxProperties>, ISdtBuilder
Constructors
SdtComboBoxBuilder(SdtRangeStart, ComboBoxProperties)
Initializes a new instance of the SdtComboBoxBuilder class.
Declaration
public SdtComboBoxBuilder(SdtRangeStart sdtStart, ComboBoxProperties properties)
Parameters
SdtRangeStart
sdtStart
|
ComboBoxProperties
properties
|
Methods
InsertAroundSelectedImage(RadDocumentEditor)
Represents the case of inserting a content control around a single selected image.
Declaration
public override void InsertAroundSelectedImage(RadDocumentEditor editor)
Parameters
RadDocumentEditor
editor
|
Overrides
InsertAroundSelectedMultipleBlocks(RadDocumentEditor, Block, Block)
Represents the case of inserting a content control around multiple selected paragraphs or tables.
Declaration
public override void InsertAroundSelectedMultipleBlocks(RadDocumentEditor editor, Block firstBlock, Block lastBlock)
Parameters
RadDocumentEditor
editor
|
Block
firstBlock
|
Block
lastBlock
|
Overrides
InsertAroundSelectedMultipleRows(RadDocumentEditor, TableRow, TableRow)
Represents the case of inserting a content control around multiple selected rows.
Declaration
public override void InsertAroundSelectedMultipleRows(RadDocumentEditor editor, TableRow firstRow, TableRow lastRow)
Parameters
RadDocumentEditor
editor
|
TableRow
firstRow
|
TableRow
lastRow
|
Overrides
InsertAroundSelectedSingleRow(RadDocumentEditor, TableRow)
Represents the case of inserting a content control around a single selected row.
Declaration
public override void InsertAroundSelectedSingleRow(RadDocumentEditor editor, TableRow row)
Parameters
RadDocumentEditor
editor
|
TableRow
row
|
Overrides
InsertAroundSelectedTable(RadDocumentEditor, Table)
Represents the case of inserting a content control around a single selected table.
Declaration
public override void InsertAroundSelectedTable(RadDocumentEditor editor, Table table)
Parameters
RadDocumentEditor
editor
|
Table
table
|