A Boolean property, the result of which determines whether the button is the default button for the form. Only one button on the form can be the default button – setting to True will set all other buttons to False.
Default value
Blank - Equivalent to False.
Valid values
true(), false() or a valid expression.