| DialogOkText Property |
Gets or sets the "OK" button text.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("OK")]
public string OkText { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("OK")>
Public Property OkText As String
Get
Set
Property Value
Type:
StringRemarks See Also