| RibbonBarAddInRemoveWindow Method (String) |
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(
string windowID
)
Public Overridable Sub RemoveWindow (
windowID As String
)
Parameters
- windowID
- Type: SystemString
An ID of the window.
Remarks See Also