ASP.NET MVC Controls
HideTrigger Property

Gets or sets the actions that hide the Popup.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property HideTrigger As PopupTrigger
[DefaultValue()]
public PopupTrigger HideTrigger {get; set;}
Remarks
By default, the HideTrigger property is set to Blur, which hides the popup when it loses focus.If you set the HideTrigger property to Click, the popup will be hidden only when the owner element is clicked.If you set the HideTrigger property to None, the popup will be hidden only when the hide method is called.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Popup Class
Popup Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback