FormCheckBoxDataDefaultValue Property |
Gets or sets the default Check Box state for the parent Check Box form field. Default value is (Check Box is unchecked).
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic bool DefaultValue { get; set; }
Public Property DefaultValue As Boolean
Get
Set
Property Value
Type:
Boolean if default state for the parent Check Box form field is checked; otherwise,
.
See Also