LMD DialogPack
|
The following tables list the members exposed by TJSCustomButtonItem.
|
Name |
Description |
|
Returns the value to display in the collection editor at design time | |
|
Returns the owner of the isntance |
|
Name |
Description |
|
Determines whether the button's OnClick event handler executes when the Escape key is pressed. If Cancel is true, the button's OnClick event handler executes when the user presses Esc. Although an application can have more than one Cancel button, the form calls the OnClick event handler only for the first visible button in the tab order. | |
|
The text that appears on the button | |
|
Determines whether the button's OnClick event handler executes when the Enter key is pressed. If Default is true, the button's OnClick event handler executes when the user presses Enter. Although an application can have more than one Default button, the form calls the OnClick event handler only for the first visible button in the tab order. Moreover, any button that has focus becomes the Default button temporarily; hence, if the user selects another button before pressing Enter, the selected button's OnClick event handler executes instead. | |
|
When True the shield icon is displayed on the custom button. It doesn't matter if command links are being displayed, the shield is displayed regardless. | |
|
Default Enabled state for the button. | |
|
The custom image associated with the button. This image should be only 16 x 16 pixels. | |
|
Contains the text string that can appear when the user moves the mouse over the control. | |
|
If the CustomButtons have an image list assigned then the button will display the image at the index specified in that image list. | |
| ||
|
The return result that the dialogs ModalResult property is set to when this button is clicked. | |
| ||
|
If the CustomButtons have a Picture image list assigned then the button will display the image at the index specified in that image list. | |
|
The return value that is used to identify when this button has been clicked in the dialog. Handle the OnControlClick event and check the Value parameter to identify which button has actually been clicked. | |
|
Default Visible state for the button. |
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|