Gets or sets the ID of a button that would display the dialog when clicked.
[Visual Basic]
Public Property ShowButton As
String
[C#]
public
String ShowButton {get; set;}
Remarks
Use this property to specify the ID of the button that would display the dialog when clicked. When using this property, whether the dialog is displayed as modal or modeless is determined by the dialog's IsModal property.
Alternatively, you can also use Javascript to display the dialog by calling the dialog's show method.
See Also
Dialog Class | EO.Web Namespace