CheckBox.Default Property
Returns or sets the default check box value.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Default As Boolean
Get
Set
'Usage
Dim instance As CheckBox
Dim value As Boolean
value = instance.Default
instance.Default = value
bool Default { get; set; }
Property Value
Type: System.Boolean