ComponentOne ASP.NET MVC Controls
ShowTrigger Method

C1.Web.Mvc.Fluent Namespace > PopupBuilder Class : ShowTrigger Method
The value.
Configurates C1.Web.Mvc.Popup.ShowTrigger. Sets the actions that show the Popup.
Syntax
'Declaration
 
Public Function ShowTrigger( _
   ByVal value As PopupTrigger _
) As PopupBuilder
public PopupBuilder ShowTrigger( 
   PopupTrigger value
)

Parameters

value
The value.

Return Value

Current builder.
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.
See Also

Reference

PopupBuilder Class
PopupBuilder Members