ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / HideTrigger Property

In This Topic
    HideTrigger Property
    In This Topic
    Gets or sets the actions that hide the Popup.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property HideTrigger As PopupTrigger
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    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.
    See Also