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.ObjectOptional 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)