Returns the internal control designer with the specified index in the
ControlDesigner.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As WinChartDesigner
Dim internalControlIndex As Integer
Dim value As ControlDesigner
value = instance.InternalControlDesigner(internalControlIndex)
|
Parameters
- internalControlIndex
- A specified index to select the internal control designer. This index is zero-based.
Return Value
A
ControlDesigner at the specified index.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also