Click or drag to resize

ControlsGridTabManagerAddCustomControl Method

Add a custom control to the available data templates.

Namespace:  Demo3D.ControlPanel
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void AddCustomControl(
	string name,
	DataTemplate control
)

Parameters

name
Type: SystemString
The name of the control. It is this string that will be used in the ControlPanelItem constructor to use the custom control.
control
Type: System.WindowsDataTemplate
The DataTemplate containing the custom control.
See Also