Click or drag to resize

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
)

Parameters

addInType
Type: SystemType
The type of an add-in.
container
Type: Dynamicweb.ControlsRibbonBar

Return Value

Type: RibbonBarAddIn
Remarks