CommandBarPopup.Delete(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the specified object from its collection.
public void Delete (object Temporary);
abstract member Delete : obj -> unit
Public Sub Delete (Optional Temporary As Object)
Parameters
- Temporary
- Object
Optional Object. True to delete the control for the current session. The application will display the control again in the next session.