CADability dotNET
Die InfoPopup Anzeige für diese Control soll nicht mehr angezeigt werden. Wird gewöhnlich aufgerufen, bevor das Control gelöscht wird.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void Remove(
	Control ToRemove
)
Visual Basic
Public Sub Remove ( _
	ToRemove As Control _
)
Visual C++
public:
void Remove(
	Control^ ToRemove
)

Parameters

ToRemove
Type: System.Windows.Forms..::..Control
Dieses Control soll nicht mehr überwacht werden

See Also