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