| RibbonBarAddInCreateAddInInstance Method |
Creates an instance of the specified RibbonBar add-in.
Namespace:
Dynamicweb.Controls.Extensibility
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static RibbonBarAddIn CreateAddInInstance(
Type addInType,
RibbonBar container
)
Public Shared Function CreateAddInInstance (
addInType As Type,
container As RibbonBar
) As RibbonBarAddIn
Parameters
- addInType
- Type: SystemType
The type of an add-in. - container
- Type: Dynamicweb.ControlsRibbonBar
Return Value
Type:
RibbonBarAddInRemarks See Also