| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property ControlPointIndex As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual int ControlPointIndex {get;} | |
Return Value
An integer that represents the index of the current AnnControlPoint being edited. If no control point is being edited, the value of this property is -1.For an example, refer to AnnDesigner.
(Read only)
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code