ASP.NET MVC Controls
ShowTrigger Property

Gets or sets the actions that show the Popup.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ShowTrigger As PopupTrigger
[DefaultValue()]
public PopupTrigger ShowTrigger {get; set;}
Remarks
By default, the ShowTrigger property is set to Click, which causes the popup to appear when the user clicks the owner element.If you set the ShowTrigger property to None, the popup will be shown only when the show 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