CommandBarControl.Delete Method

Deletes the specified object from its collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub Delete ( _
    Temporary As Object _
)
'Usage
Dim instance As CommandBarControl
Dim Temporary As Object

instance.Delete(Temporary)
void Delete(
    Object Temporary
)

Parameters

  • Temporary
    Type: System.Object

    Optional Object. Set to True to delete the control for the current session. The application will display the control again in the next session.

See Also

Reference

CommandBarControl Interface

CommandBarControl Members

Microsoft.Office.Core Namespace