Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Deletes a dynamically created NumericUpDown from the document and removes it from the ControlCollection.
Namespace: Microsoft.Office.Tools.Word.Controls
Assembly: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Syntax
'Declaration
Public Sub Delete
public void Delete()
Remarks
This method should only be used with a NumericUpDown that is created programmatically at run time. An exception is thrown if you call this method on a NumericUpDown that is added to the document at design time.
Examples
For a code example that demonstrates how to use this method, see Button.Delete. All controls in the Microsoft.Office.Tools.Word.Controls namespace have a functionally equivalent Delete method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.