Click or drag to resize

MessagePopButton1Caption Property

Gets/sets the caption for Button1. Since Button1 is only shown if its caption is not null/empty and by default Button1Caption is null/empty, setting its caption non-null/empty has the effect of causing the button to be shown. Note that there is no inherent handling for Button1 so if Button1 is presented it is expected that OnButton1Click javascript is provided. Note that Button2 is also available by setting Button2Caption.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Button1Caption { get; set; }

Property Value

Type: String
See Also