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

In This Topic
    Checked Property
    In This Topic
    Gets or sets whether the checkbox is checked. This property has effect only for content controls with type ContentControlType.CheckBox.
    Syntax
    'Declaration
     
    Public Property Checked As System.Boolean
    public System.bool Checked {get; set;}
    See Also