WebCallOut provides several close behaviors that can be customized from its Properties.
This topic shows how to perform CloseBehaviors in WebCallOut.
To use CloseBehaviors in WebCallOut
- CloseBehaviors has 3 types, which are Latency, MouseOut and ClickOutsideCallOut.
- Right click on WebCallOut control and choose Properties.
- Set TargetControlId to the control you want to use.
- By default, WebCallOut will automatically disappear in 30 seconds after it is shown. The Latency property has been set to 30 initially. Beside that, WebCallOut will disappear if user clicks the close icon or click on the WebCallOut.
- Using MouseOut, WebCallOut will disappear if user uses MouseOut from the TargetControlId or MouseOut from WebCallOut.
- Using ClickOutsideCallOut, WebCallOut will disappear if user clicks outside of the WebCallOut.
Concepts
{CloseBehaviors}