Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / UncheckedState Property

In This Topic
    UncheckedState Property
    In This Topic
    Gets the symbol used to represent the unchecked state of the checkbox. This property has effect only for content controls with type ContentControlType.CheckBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property UncheckedState As CheckBoxSymbol
    public CheckBoxSymbol UncheckedState {get;}
    See Also