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.ObjectOptional Object. Set to True to delete the control for the current session. The application will display the control again in the next session.