Configurates
C1.Web.Mvc.Popup.FadeOut. Sets a value that determines whether popups should be hidden using a fade-out animation.
Syntax
'Declaration
Public Function FadeOut( _
ByVal As Boolean _
) As PopupBuilder
public PopupBuilder FadeOut(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also