PrintPreviewDialog.AcceptButton Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the button on the form that is clicked when the user presses the ENTER key.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms.IButtonControlAn IButtonControl that represents the button to use as the accept button for the form.
This property is not relevant for this class.
This property allows you to designate a default action that occurs when the user presses the ENTER key in your application. The button assigned to this property must be an IButtonControl that is on the current form or located within a container on the current form.
You can use this property, for example, to allow the user to quickly navigate a simple form by allowing them to press the ENTER key when they are finished instead of manually clicking the accept button with their mouse.
The accept button might not be activated if the currently selected control on the form intercepts the ENTER key and processes it. For example, a multiline text box control allows the ENTER key to be pressed when it is selected to insert a new line character in the control.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.