[]
Sets the text for the pop-up calculator.
[Browsable(false)]
public void SetCalculatorText(string okText, string cancelText)
<Browsable(False)>
Public Sub SetCalculatorText(okText As String, cancelText As String)
| Type | Name | Description |
|---|---|---|
| string | okText | Text for the OK button |
| string | cancelText | Text for the Cancel button |