Configurates
C1.Web.Mvc.Popup.Modal. Sets a value that determines whether the Popup should be displayed as a modal dialog.
Syntax
'Declaration
Public Function Modal( _
ByVal As Boolean _
) As PopupBuilder
public PopupBuilder Modal(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also