DialogButton Constructor(String,String)
In This Topic
Initializes a new instance of the
DialogButton class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
public DialogButton(
System.string ,
System.string
)
Parameters
- text
- function
- Specify a function gets called when you click the button.
See Also