SdtContentCheckBox.CheckedState Property
CheckedState.Represents the element tag in schema: w14:checkedState
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property CheckedState As CheckedState
Get
Set
'Usage
Dim instance As SdtContentCheckBox
Dim value As CheckedState
value = instance.CheckedState
instance.CheckedState = value
public CheckedState CheckedState { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Word.CheckedState