Class SdtCheckBoxContentGenerator
Represents ContentGenerator for check box.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.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()