Share via


TrackBar.Delete Method (2007 System)

Deletes a dynamically created TrackBar from the document and removes it from the ControlCollection.

Namespace:  Microsoft.Office.Tools.Word.Controls
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Sub Delete
'Usage
Dim instance As TrackBar

instance.Delete()
public void Delete()
public:
void Delete()
public function Delete()

Remarks

This method should only be used with a TrackBar that is created programmatically at run time. An exception is thrown if you call this method on a TrackBar 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

See Also

Reference

TrackBar Class

TrackBar Members

Microsoft.Office.Tools.Word.Controls Namespace