ClassSdtComboBoxContentGenerator
Class
Represents ContentGenerator for combo box content control.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class SdtComboBoxContentGenerator : SdtContentGenerator<ComboBoxProperties>
Inheritance: objectSdtContentGenerator<ComboBoxProperties>SdtComboBoxContentGenerator
Inherited Members
Constructors
SdtComboBoxContentGenerator(ComboBoxProperties)
Initializes a new instance of the SdtComboBoxContentGenerator class.
Declaration
cs-api-definition
public SdtComboBoxContentGenerator(ComboBoxProperties properties)
Parameters
properties
Methods
GetContentFragmentOverride()
Generates the actual content fragment (non-placeholder).
Declaration
cs-api-definition
public override DocumentFragment GetContentFragmentOverride()
Returns
Overrides