Dundas Chart for Windows Forms
InternalControlDesigner Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > WinChartDesigner Class : InternalControlDesigner Method


internalControlIndex
A specified index to select the internal control designer. This index is zero-based.
Returns the internal control designer with the specified index in the ControlDesigner.

Syntax

Visual Basic (Declaration)  
Public Overridable Function InternalControlDesigner( _
   ByVal internalControlIndex As Integer _
) As ControlDesigner
Visual Basic (Usage) Copy Code
Dim instance As WinChartDesigner
Dim internalControlIndex As Integer
Dim value As ControlDesigner
 
value = instance.InternalControlDesigner(internalControlIndex)
C#  
public virtual ControlDesigner InternalControlDesigner( 
   int 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

© 2009 All Rights Reserved.