Click or drag to resize

OnTaskSetupUserControlContainerT Class

Shell container used for testing UserControls that created in the task window.
Inheritance Hierarchy

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class OnTaskSetupUserControlContainer<T> : Form
where T : UserControl, ICmdLoadableUserControl

Type Parameters

T
A UserControl that implements ICmdLoadableUserControl.

The OnTaskSetupUserControlContainerT type exposes the following members.

Properties
  NameDescription
Public propertyCmd
EmdCmd.
Public propertyUserControl
UserControl.
Top
Methods
  NameDescription
Public methodStatic memberCreateShell
Creates the shell for the UserControl
Top
See Also