Click or drag to resize

ISwAddInExCreateTaskPaneTControl Method (TControl)

Creates task pane control

Namespace:  CodeStack.SwEx.AddIn.Base
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
ITaskpaneView CreateTaskPane<TControl>(
	out TControl ctrl
)
where TControl : new(), UserControl

Parameters

ctrl
Type: TControl
Instance of created control

Type Parameters

TControl
Control type to host in task pane

Return Value

Type: ITaskpaneView
Task pane view
See Also