Click or drag to resize

OnTaskSetupUserControlContainerTCreateShell Method

Creates the shell for the UserControl

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static OnTaskSetupUserControlContainer<T> CreateShell(
	T userControl,
	ref EdmCmd Cmd
)

Parameters

userControl
Type: T
UserControl.
Cmd
Type: EdmCmd

Return Value

Type: OnTaskSetupUserControlContainerT
See Also