| BalloonLiteralContentInstantiateIn Method |
Instantiates the given template into the given control.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void InstantiateIn(
Control container
)
Public Sub InstantiateIn (
container As Control
)
Parameters
- container
- Type: System.Web.UIControl
Container to instantiate in.
Remarks See Also