Sdílet prostřednictvím


CommandBarPopup.Delete Method (Object)

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 CommandBarPopup
Dim Temporary As Object

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

Parameters

  • Temporary
    Type: System.Object

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

Implements

CommandBarControl.Delete(Object)

See Also

Reference

CommandBarPopup Interface

CommandBarPopup Members

Delete Overload

Microsoft.Office.Core Namespace