FormBuildMenuButtonControl.defaultButton Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| defaultButton() | Determines whether the button should be the default button on the form. | 
| defaultButton(Boolean) | 
defaultButton()
Determines whether the button should be the default button on the form.
public:
 virtual bool defaultButton();public virtual bool defaultButton();abstract member defaultButton : unit -> bool
override this.defaultButton : unit -> boolPublic Overridable Function defaultButton () As BooleanReturns
true if the button should be the default button; otherwise, false.
Applies to
defaultButton(Boolean)
public:
 virtual bool defaultButton(bool _value);public virtual bool defaultButton(bool _value);abstract member defaultButton : bool -> bool
override this.defaultButton : bool -> boolPublic Overridable Function defaultButton (_value As Boolean) As BooleanParameters
- _value
- Boolean