Click or drag to resize

MessagePopButton2Caption Property

Gets/sets the caption for Button2. Since Button2 is only shown if its caption is not null/empty and by default Button2Caption 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 Button2 so if Button2 is presented it is expected that OnButton2Click javascript is provided. Note that Button1 is also available by setting Button1Caption.

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

Property Value

Type: String
See Also