| RibbonBarAddInRemoveWindow Method (Dialog) |
Removes specified pop-up window.
Namespace:
Dynamicweb.Controls.Extensibility
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public virtual void RemoveWindow(
Dialog window
)
Public Overridable Sub RemoveWindow (
window As Dialog
)
Parameters
- window
- Type: Dynamicweb.ControlsDialog
An instance of Dialog to remove.
Remarks See Also