| 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
Function CreateTaskPane(Of TControl As {New, UserControl}) (
<OutAttribute> ByRef ctrl As TControl
) As ITaskpaneView
generic<typename TControl>
where TControl : gcnew(), UserControl
ITaskpaneView^ CreateTaskPane(
[OutAttribute] TControl% ctrl
)
Parameters
- ctrl
- Type: TControl
Instance of created control
Type Parameters
- TControl
- Control type to host in task pane
Return Value
Type:
ITaskpaneViewTask pane view
See Also