Class CheckBoxProperties
Represents the properties of a structured document tag of CheckBox type.
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CheckBoxProperties : SdtProperties, ISdtProperties
Constructors
CheckBoxProperties()
Properties
Checked
Gets or sets a value that indicates whether the check box is checked.
Declaration
[XamlSerializable]
public bool? Checked { get; set; }
Property Value
System.Nullable<System.Boolean>
|
CheckedState
Gets or sets the properties that describe the sdt when it is in unchecked state.
Declaration
[XamlCompositePropertySerializable]
public SdtCheckBoxState CheckedState { get; set; }
Property Value
SdtCheckBoxState
|
IsContentLocked
Declaration
protected override bool IsContentLocked { get; }
Property Value
System.Boolean
|
Overrides
UncheckedState
Gets or sets the properties that describe the sdt when it is in checked state.
Declaration
[XamlCompositePropertySerializable]
public SdtCheckBoxState UncheckedState { get; set; }
Property Value
SdtCheckBoxState
|
Methods
GetBuilder(SdtRangeStart)
Provides an ISdtBuilder that generates the structured document tag's content.
Declaration
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
SdtRangeStart
associatedSdt
|
Returns
ISdtBuilder
|