| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Method Summary | |
| public | notifyDefault ( v: Boolean ) |
| Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly. This method is called by a parent form to make a control the default button. Default buttons are set to have an extra thick border. | |
| public | performClick ( ) |
| Generates a Click event for the control. This method is called for the button that has focus, or for the default button (if no other button has focus) when the user presses the ENTER key. This method is also called when the user presses the ESC key if the button is set as the cancel button | |
|
| Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly. This method is called by a parent form to make a control the default button. Default buttons are set to have an extra thick border. |
|
| Generates a Click event for the control. This method is called for the button that has focus, or for the default button (if no other button has focus) when the user presses the ENTER key. This method is also called when the user presses the ESC key if the button is set as the cancel button |