| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal type As Type _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CustomControl( Type type ) | |
Parameters
- type
- Specifies the type of the control to be created.
| ActiveReports3 | Request technical support |
| CustomControl Constructor(Type) | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal type As Type _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CustomControl( Type type ) | |