Class SdtCheckBoxContentGenerator
Represents ContentGenerator for check box.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SdtCheckBoxContentGenerator : SdtContentGenerator<CheckBoxProperties>
Constructors
SdtCheckBoxContentGenerator(CheckBoxProperties)
Initializes a new instance of the SdtCheckBoxContentGenerator class.
Declaration
public SdtCheckBoxContentGenerator(CheckBoxProperties properties)
Parameters
CheckBoxProperties
properties
|
Methods
GetContentFragmentOverride()
Generates the actual content fragment (non-placeholder).
Declaration
public override DocumentFragment GetContentFragmentOverride()
Returns
DocumentFragment
|
Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtContentGenerator<Telerik.Windows.Documents.Model.StructuredDocumentTags.CheckBoxProperties>.GetContentFragmentOverride()