<Code Lib>
M

TemporaryGraphicsManager.RemoveControl

Description:
Deletes the existing control identified by the unique index.

public void RemoveControl(
	int index
)

  • Int32
    index
    Unique index of the control to be deleted.

  • index is out of range of TemporaryGraphicsManager managed objects, or the indexed object has been removed from the document.

Loading…