Removes a drawing from a Text Control document.
public bool Remove(DataVisualization.DrawingFrame drawingFrame);
Public Function Remove(ByVal drawingFrame As DataVisualization.DrawingFrame) As Boolean
Parameter | Description |
---|---|
drawing |
Specifies the drawing to remove. |
The return value is true, if the drawing could be removed. Otherwise, it is false.