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

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