Responder Developer Guide
Clear(Boolean) Method


Version: 10.2.1a

Resource Center Home

Indicates if the menu items should also be removed from the Command Manager's Commands list.
Clears all Commands from the CommandBar.
Syntax
'Declaration
 
Public Overloads Sub Clear( _
   ByVal removeFromCommandManager As Boolean _
) 
'Usage
 
Dim instance As CommandBarCommandCollection
Dim removeFromCommandManager As Boolean
 
instance.Clear(removeFromCommandManager)
public void Clear( 
   bool removeFromCommandManager
)

Parameters

removeFromCommandManager
Indicates if the menu items should also be removed from the Command Manager's Commands list.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CommandBarCommandCollection Class
CommandBarCommandCollection Members
Overload List

 

 


Send Comment